Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/worker
Form
SelectField
Class SelectField
Hierarchy (
View Summary
)
Form
.
BaseField
SelectField
Implements
FormSchema
.
SelectField
IComponent
<
FormSchema
.
SelectField
>
Index
Constructors
constructor
Properties
default?
description?
hide
Label?
key
label?
node
Name
optional?
options
placeholder?
Methods
to
Model
Constructors
constructor
new
SelectField
(
model
:
OmitNodeName
<
{
default
?:
string
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
options
:
string
[]
;
placeholder
?:
string
;
}
,
>
,
)
:
Form
.
SelectField
Parameters
model
:
OmitNodeName
<
{
default
?:
string
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
options
:
string
[]
;
placeholder
?:
string
;
}
,
>
Returns
Form
.
SelectField
Properties
Optional
default
default
?:
any
Optional
description
description
?:
string
Optional
hide
Label
hideLabel
?:
boolean
key
key
:
string
Optional
label
label
?:
string
node
Name
nodeName
:
EnumValues
<
typeof
FormNodeNameEnum
>
= FormNodeNameEnum.Select
Optional
optional
optional
?:
boolean
options
options
:
string
[]
Optional
placeholder
placeholder
?:
string
Methods
to
Model
toModel
()
:
{
default
?:
string
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
options
:
string
[]
;
placeholder
?:
string
;
}
Returns
{
default
?:
string
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
options
:
string
[]
;
placeholder
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
description
hide
Label
key
label
node
Name
optional
options
placeholder
Methods
to
Model
@kksh/api
Loading...