Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
applications
fields
FormSelectOption
Interface FormSelectOption
interface
FormSelectOption
{
dataset
?:
Record
<
string
,
string
>
;
disabled
?:
boolean
;
group
?:
string
;
label
?:
string
;
rule
?:
boolean
;
selected
?:
boolean
;
value
?:
string
;
}
Index
Properties
dataset?
disabled?
group?
label?
rule?
selected?
value?
Properties
Optional
dataset
dataset
?:
Record
<
string
,
string
>
Optional
disabled
disabled
?:
boolean
Optional
group
group
?:
string
Optional
label
label
?:
string
Optional
rule
rule
?:
boolean
Optional
selected
selected
?:
boolean
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
dataset
disabled
group
label
rule
selected
value
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...