Interface ServiceDeskCapabilities

The set of capabilities and parameters that are supported by the service desk.

interface ServiceDeskCapabilities {
    allowedFileUploadTypes: string;
    allowFileUploads: boolean;
    allowMultipleFileUploads: boolean;
}

Hierarchy

  • FileUploadCapabilities
    • ServiceDeskCapabilities

Properties

allowedFileUploadTypes: string

If file uploads are allowed, this is the set a file types that are allowed. This is filled into the "accept" field for the file input element.

allowFileUploads: boolean

Indicates that file uploads may be performed by the user.

allowMultipleFileUploads: boolean

If file uploads are allowed, this indicates if more than one file may be selected at a time. The default is false.

MMNEPVFCICPMFPCPTTAAATR