TyphonJS Runtime Library (FVTT) 0.3.0
#standard/store/fvtt/settings
TJSGameSettingsWithUI
UISetting
SelectData
Type Alias SelectData
type
SelectData
=
{
efx
?:
Function
;
options
:
{
label
:
string
;
value
:
string
}
[]
;
store
:
MinimalWritable
<
unknown
>
;
type
:
string
;
}
Index
Properties
efx?
options
store
type
Properties
Optional
efx
efx
?:
Function
options
options
:
{
label
:
string
;
value
:
string
}
[]
store
store
:
MinimalWritable
<
unknown
>
type
type
:
string
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
efx
options
store
type
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0