Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
TreeNodeType
Interface TreeNodeType<T, K>
Public
interface
TreeNodeType
<
T
=
{
[
key
:
string
]:
any
}
,
K
extends
TreeNodeKeyType
=
TreeNodeKeyType
,
>
{
children
:
null
|
TreeNodeType
<
T
,
K
>
[]
;
disabled
?:
boolean
;
expanded
:
boolean
;
icon
?:
|
null
|
string
|
number
|
boolean
|
{}
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
ReactNodeArray
|
ReactPortal
;
iconCls
?:
string
;
isEdited
?:
boolean
|
TreeNodeConditionFunc
<
T
,
K
>
;
isLastInLevel
?:
boolean
;
key
:
K
;
parent
?:
TreeNodeType
<
T
,
K
>
;
path
?:
string
;
readOnly
?:
boolean
;
root
?:
boolean
;
row
:
T
;
selected
?:
boolean
;
type
?:
string
;
}
Type Parameters
T
=
{
[
key
:
string
]:
any
}
K
extends
TreeNodeKeyType
=
TreeNodeKeyType
Index
Properties
children
disabled?
expanded
icon?
icon
Cls?
is
Edited?
is
Last
In
Level?
key
parent?
path?
read
Only?
root?
row
selected?
type?
Properties
children
children
:
null
|
TreeNodeType
<
T
,
K
>
[]
Optional
disabled
disabled
?:
boolean
expanded
expanded
:
boolean
Optional
icon
icon
?:
|
null
|
string
|
number
|
boolean
|
{}
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
ReactNodeArray
|
ReactPortal
Optional
icon
Cls
iconCls
?:
string
Optional
is
Edited
isEdited
?:
boolean
|
TreeNodeConditionFunc
<
T
,
K
>
Optional
is
Last
In
Level
isLastInLevel
?:
boolean
key
key
:
K
Optional
parent
parent
?:
TreeNodeType
<
T
,
K
>
Optional
path
path
?:
string
Optional
read
Only
readOnly
?:
boolean
Optional
root
root
?:
boolean
row
row
:
T
Optional
selected
selected
?:
boolean
Optional
type
type
?:
string
On This Page
Properties
children
disabled
expanded
icon
icon
Cls
is
Edited
is
Last
In
Level
key
parent
path
read
Only
root
row
selected
type
Юниверс DG SDK UI
Loading...
Public