Props type alias for associated component.

type Props = {
    button?: object;
    pickerOptions?: FVTTFilePickerBrowseOptions;
    urlString?: string;
    [x: string]: any;
}

Indexable

  • [x: string]: any
Index

Properties

button?: object
urlString?: string