x4js - v2.2.49
GitHub
Preparing search index...
TreeItem
Interface TreeItem
interface
TreeItem
{
checked
?:
boolean
;
children
?:
TreeItem
[]
;
cls
?:
string
;
data
?:
any
;
iconId
?:
string
;
id
:
ListboxID
;
open
?:
boolean
;
sub_cols
?:
(
string
|
UnsafeHtml
|
Component
<
ComponentProps
,
ComponentEvents
>
)
[]
;
text
:
string
|
UnsafeHtml
;
}
Hierarchy (
View Summary
)
ListItem
TreeItem
Index
Properties
checked?
children?
cls?
data?
icon
Id?
id
open?
sub_
cols?
text
Properties
Optional
checked
checked
?:
boolean
Optional
children
children
?:
TreeItem
[]
Optional
cls
cls
?:
string
Optional
data
data
?:
any
Optional
icon
Id
iconId
?:
string
id
id
:
ListboxID
Optional
open
open
?:
boolean
Optional
sub_
cols
sub_cols
?:
(
string
|
UnsafeHtml
|
Component
<
ComponentProps
,
ComponentEvents
>
)
[]
text
text
:
string
|
UnsafeHtml
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
checked
children
cls
data
icon
Id
id
open
sub_
cols
text
GitHub
x4js - v2.2.49
Loading...