Type Alias Props
Props: {
button?: object;
pickerOptions?: FVTTFilePickerBrowseOptions;
urlString?: string;
[x: string]: any;
}
button?: object;
pickerOptions?: FVTTFilePickerBrowseOptions;
urlString?: string;
[x: string]: any;
}
Type declaration
[x: string]: any
Optional
button?: objectOptional
pickerOptions?: FVTTFilePickerBrowseOptionsOptional
urlString?: string
Props type alias for associated component.