Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
data
types
ChoiceInputConfig
Interface ChoiceInputConfig
interface
ChoiceInputConfig
{
choices
:
|
any
[]
|
Record
<
string
|
number
,
any
>
|
()
=>
any
[]
|
Record
<
string
|
number
,
any
>
;
labelAttr
?:
string
;
options
:
FormSelectOption
[]
;
valueAttr
?:
string
;
}
Index
Properties
choices
label
Attr?
options
value
Attr?
Properties
choices
choices
:
|
any
[]
|
Record
<
string
|
number
,
any
>
|
()
=>
any
[]
|
Record
<
string
|
number
,
any
>
Optional
label
Attr
labelAttr
?:
string
options
options
:
FormSelectOption
[]
Optional
value
Attr
valueAttr
?:
string
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
choices
label
Attr
options
value
Attr
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...