Class TJSFileButton
Hierarchy
- SvelteComponent<TJSFileButton.Props, TJSFileButton.Events, TJSFileButton.Slots>
- TJSFileButton (View Summary)
Indexable
- [prop: string]: any
Index
Constructors
Methods
Constructors
constructor
Parameters
- options: ComponentConstructorOptions<TJSFileButton.Props>
Returns TJSFileButton
Methods
$destroy
Returns void
$on
Type Parameters
- K extends string
Parameters
- type: K
- callback: (e: TJSFileButton.Events[K]) => void
Returns () => void
Provides a pre-configured icon button interfacing w/ the Foundry file picker.
Please see FVTTFilePickerBrowseOptions for the
pickerOptionsprop. Please see TJSButton for the button component / CSS variable support.This component provides one way binding by default. You may explicitly bind to the
urlStringprop to create a two-way binding.