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