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