Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-helpers
IVariableTreeNode
Interface IVariableTreeNode
变量树节点类型
interface
IVariableTreeNode
{
children
?:
IVariableTreeNode
[]
;
disabled
?:
boolean
;
help
?:
string
;
key
:
string
;
raw
?:
any
;
selectable
?:
boolean
;
showAddButton
?:
boolean
;
showRemoveButton
?:
boolean
;
showViewButton
?:
boolean
;
title
?:
string
;
type
?:
"function"
|
"property"
;
}
Index
Properties
children?
disabled?
help?
key
raw?
selectable?
show
Add
Button?
show
Remove
Button?
show
View
Button?
title?
type?
Properties
Optional
children
children
?:
IVariableTreeNode
[]
子结点
Optional
disabled
disabled
?:
boolean
是否禁用
Optional
help
help
?:
string
辅助提示信息
key
key
:
string
唯一标识符
Optional
raw
raw
?:
any
定义的原始值
Optional
selectable
selectable
?:
boolean
是否可选中
Optional
show
Add
Button
show
Add
Button
?:
boolean
展示添加按钮
Optional
show
Remove
Button
show
Remove
Button
?:
boolean
展示删除按钮
Optional
show
View
Button
show
View
Button
?:
boolean
展示查看按钮
Optional
title
title
?:
string
标题
Optional
type
type
?:
"function"
|
"property"
结点类型,用来展示图标
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
disabled
help
key
raw
selectable
show
Add
Button
show
Remove
Button
show
View
Button
title
type
Tango LowCode Builder
Loading...
变量树节点类型