GeoLeaf Core API - v3.0.0
Preparing search index...
contracts/attributes.contract
ListOptions
Interface ListOptions
Options of the
list
widget.
interface
ListOptions
{
addLabel
?:
string
;
minItems
?:
number
;
maxItems
?:
number
;
ordered
?:
boolean
;
}
Index
Properties
add
Label?
min
Items?
max
Items?
ordered?
Properties
Optional
Readonly
add
Label
addLabel
?:
string
Optional
Readonly
min
Items
minItems
?:
number
Optional
Readonly
max
Items
maxItems
?:
number
Optional
Readonly
ordered
ordered
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
Label
min
Items
max
Items
ordered
GeoLeaf Core API - v3.0.0
Loading...
Options of the
listwidget.