Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-designer
ToolbarItemProps
Interface ToolbarItemProps
interface
ToolbarItemProps
{
activeViews
?:
DesignerViewType
[]
;
children
?:
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
;
className
?:
string
;
placement
?:
"center"
|
"left"
|
"right"
;
style
?:
CSSProperties
;
type
?:
"divider"
;
widgetProps
?:
object
;
}
Hierarchy (
view full
)
ReactComponentProps
ToolbarItemProps
Index
Properties
active
Views?
children?
class
Name?
placement?
style?
type?
widget
Props?
Properties
Optional
active
Views
active
Views
?:
DesignerViewType
[]
工具箱展示的视图
Optional
children
children
?:
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
Optional
class
Name
class
Name
?:
string
Optional
placement
placement
?:
"center"
|
"left"
|
"right"
Optional
style
style
?:
CSSProperties
Optional
type
type
?:
"divider"
类型
Optional
widget
Props
widget
Props
?:
object
如果 key 匹配到内置组件的话,传递给子节点的属性
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Views
children
class
Name
placement
style
type
widget
Props
Tango LowCode Builder
Loading...
工具箱展示的视图