GeoLeaf Core API - v3.0.0
Preparing search index...
contracts/attributes.contract
AttributeChoice
Interface AttributeChoice
A single choice in a
dropdown
,
radio
,
checkbox
or
tags
widget.
interface
AttributeChoice
{
value
:
string
;
label
:
string
;
}
Index
Properties
value
label
Properties
Readonly
value
value
:
string
Readonly
label
label
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
value
label
GeoLeaf Core API - v3.0.0
Loading...
A single choice in a
dropdown,radio,checkboxortagswidget.