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