ISelectMediaActionParameters interface

Parameters that can be supplied with the Viva Select Media Action.

Properties

allowMultipleCapture

Allow multiple images to be selected.

maxSizePerFile

Max file size that can be uploaded.

mediaType

Specify the specific media type that should be selected

supportedFileFormats

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[]