form-schema-runtime - v1.0.1
Documentation
Live demo
npm
GitHub
Preparing search index...
FieldOption
Interface FieldOption
Option used by
select
and
radio
fields.
interface
FieldOption
{
label
:
string
;
value
:
string
|
number
|
boolean
;
}
Index
Properties
label
value
Properties
label
label
:
string
value
value
:
string
|
number
|
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
value
Documentation
Live demo
npm
GitHub
form-schema-runtime - v1.0.1
Loading...
Option used by
selectandradiofields.