Interface: SelectFilesRequest
Properties
allowCombiningAsPdf?
Flag indicating whether to allow combining files into a single PDF document. Defaults to true if unsetoptionalallowCombiningAsPdf:boolean
allowConversionToPdf?
Flag indicating whether to allow conversion of individual files to PDF format. Defaults to true if unsetoptionalallowConversionToPdf:boolean
confirmationText?
Confirmation text to display. Defaults to ‘SELECT’ if unset.optionalconfirmationText:string
fileExtensions?
Array of file extensions that will display in the file picker. Leaving unset will display all file typesoptionalfileExtensions:string[]
fileSelectionLimit?
Maximum number of files that can be attached. Leave unset or set to 0 for no limit.optionalfileSelectionLimit:number
heading?
Heading of the selection component. Default used if unsetoptionalheading:string
matterId?
Matter id.optionalmatterId:string
showEmails?
Show emails by default. Defaults to false if unset.optionalshowEmails:boolean
title?
Title of the selection window. Default used if unsetoptionaltitle:string