The options used to create an uploader.

interface IOptions {
    label?: string;
    model: FileBrowserModel;
    translator?: ITranslator;
}

Properties

label?: string

An optional label.

A file browser fileBrowserModel instance.

translator?: ITranslator

The language translator.