Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/worker
Form
NumberField
Class NumberField
Hierarchy (
View Summary
)
Form
.
BaseField
NumberField
Implements
FormSchema
.
NumberField
IComponent
<
FormSchema
.
NumberField
>
Index
Constructors
constructor
Properties
default?
description?
hide
Label?
key
label?
node
Name
optional?
placeholder?
Methods
to
Model
Constructors
constructor
new
NumberField
(
model
:
OmitNodeName
<
{
default
?:
any
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
placeholder
?:
string
;
}
,
>
,
)
:
Form
.
NumberField
Parameters
model
:
OmitNodeName
<
{
default
?:
any
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
placeholder
?:
string
;
}
,
>
Returns
Form
.
NumberField
Properties
Optional
default
default
?:
any
Optional
description
description
?:
string
Optional
hide
Label
hideLabel
?:
boolean
key
key
:
string
Optional
label
label
?:
string
node
Name
nodeName
:
Number
= FormNodeNameEnum.Number
Optional
optional
optional
?:
boolean
Optional
placeholder
placeholder
?:
string
Methods
to
Model
toModel
()
:
{
default
?:
any
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
placeholder
?:
string
;
}
Returns
{
default
?:
any
;
description
?:
string
;
hideLabel
?:
boolean
;
key
:
string
;
label
?:
string
;
nodeName
:
FormNodeNameEnum
;
optional
?:
boolean
;
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
placeholder
Methods
to
Model
@kksh/api
Loading...