Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/worker
List
DropdownSection
Class DropdownSection
Implements
ListSchema
.
DropdownSection
IComponent
<
ListSchema
.
DropdownSection
>
Index
Constructors
constructor
Properties
items
node
Name
title
Methods
to
Model
Constructors
constructor
new
DropdownSection
(
model
:
OmitNodeName
<
{
items
:
{
icon
?:
schema
.
Icon
;
keywords
?:
string
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
value
:
string
;
}
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
}
,
>
&
{
items
:
List
.
DropdownItem
[]
}
,
)
:
List
.
DropdownSection
Parameters
model
:
OmitNodeName
<
{
items
:
{
icon
?:
schema
.
Icon
;
keywords
?:
string
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
value
:
string
;
}
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
}
,
>
&
{
items
:
List
.
DropdownItem
[]
}
Returns
List
.
DropdownSection
Properties
items
items
:
List
.
DropdownItem
[]
node
Name
nodeName
:
EnumValues
<
typeof
NodeNameEnum
>
= NodeNameEnum.DropdownSection
title
title
:
string
Methods
to
Model
toModel
()
:
{
items
:
{
icon
?:
schema
.
Icon
;
keywords
?:
string
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
value
:
string
;
}
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
}
Returns
{
items
:
{
icon
?:
schema
.
Icon
;
keywords
?:
string
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
value
:
string
;
}
[]
;
nodeName
:
NodeNameEnum
;
title
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
items
node
Name
title
Methods
to
Model
@kksh/api
Loading...