@smokeballdev/smokeball-client-sdkDocumentation Index
Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
Use this file to discover all available pages before exploring further.
Interface: SelectFilesRequest
Extended by
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
existingFileSelectedCount?
The number of files already selected. Leave unset or set to 0 for no existing selected files.optionalexistingFileSelectedCount:number
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