Interface UploadDialogOptionsMain

Options to configure the behaviour of a file upload dialog.

interface UploadDialogOptionsMain {
    defaultUri?: string;
}

Properties

Properties

defaultUri?: string

The resource, where files should be uploaded.