ISelectMediaActionParameters interface
Parameters that can be supplied with the Viva Select Media Action.
Properties
allow |
Allow multiple images to be selected. |
max |
Max file size that can be uploaded. |
media |
Specify the specific media type that should be selected |
supported |
File formats supported for upload. |
Property Details
allowMultipleCapture
Allow multiple images to be selected.
allowMultipleCapture?: boolean;
Property Value
boolean
maxSizePerFile
Max file size that can be uploaded.
maxSizePerFile?: number;
Property Value
number
mediaType
Specify the specific media type that should be selected
mediaType: MediaType;
Property Value
supportedFileFormats
File formats supported for upload.
supportedFileFormats?: string[];
Property Value
string[]