Interface DropzonePluginOptions

interface DropzonePluginOptions {
    addOptions?: AddAssetOptions;
    allowedExtensions?: string[];
    autoAdd?: boolean;
    autoImport?: boolean;
    domElement?: HTMLElement;
    importOptions?: ImportFilesOptions;
}

Properties

addOptions?: AddAssetOptions
allowedExtensions?: string[]
autoAdd?: boolean
autoImport?: boolean
domElement?: HTMLElement
importOptions?: ImportFilesOptions

Generated using TypeDoc