Interface AttachmentDialogOptions

interface AttachmentDialogOptions {
    addFilesLabel?: string;
    allowInput?: boolean;
    allowMultiple?: boolean;
    dialogTitle?: string;
    fileExtensions?: string;
    filesLabel?: string;
    maxSize?: number;
}

Properties

addFilesLabel?: string
allowInput?: boolean
allowMultiple?: boolean
dialogTitle?: string
fileExtensions?: string
filesLabel?: string
maxSize?: number