Interface UploadDialogOptions

Options to configure the behaviour of a file upload dialog.

interface UploadDialogOptions {
    defaultUri?: Uri;
}

Properties

Properties

defaultUri?: Uri

The resource, where files should be uploaded.