Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface FilePickerInputConfig

    interface FilePickerInputConfig {
        noupload?: boolean;
        placeholder?: string;
        type?: any;
    }
    Index

    Properties

    noupload?: boolean
    placeholder?: string
    type?: any