TyphonJS Runtime Library (FVTT) 0.3.0
#standard/component/form
TJSSelect
Props
Type Alias Props
Props type alias for
associated component
.
type
Props
=
{
efx
?:
any
;
enabled
?:
any
;
label
?:
any
;
options
?:
any
;
select
?:
any
;
selected
?:
any
;
store
?:
any
;
styles
?:
any
;
}
Index
Properties
efx?
enabled?
label?
options?
select?
selected?
store?
styles?
Properties
Optional
efx
efx
?:
any
Optional
enabled
enabled
?:
any
Optional
label
label
?:
any
Optional
options
options
?:
any
Optional
select
select
?:
any
Optional
selected
selected
?:
any
Optional
store
store
?:
any
Optional
styles
styles
?:
any
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
efx
enabled
label
options
select
selected
store
styles
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0
Props type alias for associated component.