Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
FieldTreeSelectNodeType
Interface FieldTreeSelectNodeType
Public
interface
FieldTreeSelectNodeType
{
children
?:
FieldTreeSelectNodeType
[]
;
disabled
?:
boolean
;
icon
:
"book"
|
"profile"
;
key
:
number
;
leaf
:
boolean
;
selectable
:
boolean
;
title
:
string
;
value
:
string
;
}
Index
Properties
children?
disabled?
icon
key
leaf
selectable
title
value
Properties
Optional
children
children
?:
FieldTreeSelectNodeType
[]
Optional
disabled
disabled
?:
boolean
icon
icon
:
"book"
|
"profile"
key
key
:
number
leaf
leaf
:
boolean
selectable
selectable
:
boolean
title
title
:
string
value
value
:
string
On This Page
Properties
children
disabled
icon
key
leaf
selectable
title
value
Юниверс DG SDK UI
Loading...
Public