iink-ts - v4.0.0
Preparing search index...
TModalField
Type Alias TModalField
type
TModalField
=
{
defaultValue
?:
string
|
number
;
id
:
string
;
label
:
string
;
options
?:
TModalFieldOption
[]
;
placeholder
?:
string
;
type
:
"text"
|
"number"
|
"select"
;
}
Index
Properties
default
Value?
id
label
options?
placeholder?
type
Properties
Optional
default
Value
defaultValue
?:
string
|
number
id
id
:
string
label
label
:
string
Optional
options
options
?:
TModalFieldOption
[]
Optional
placeholder
placeholder
?:
string
type
type
:
"text"
|
"number"
|
"select"
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
default
Value
id
label
options
placeholder
type
iink-ts - v4.0.0
Loading...