@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: SelectItemsRequest
Extends
Properties
allowCombiningAsPdf?
Flag indicating whether to allow combining files into a single PDF document. Defaults to true if unsetoptionalallowCombiningAsPdf:boolean
Inherited from
SelectFilesRequest.allowCombiningAsPdf
allowConversionToPdf?
Flag indicating whether to allow conversion of individual files to PDF format. Defaults to true if unsetoptionalallowConversionToPdf:boolean
Inherited from
SelectFilesRequest.allowConversionToPdf
allowFolderSelection?
Whether folders can be also selected in the picker. Defaults to false if unset.optionalallowFolderSelection:boolean
confirmationText?
Confirmation text to display. Defaults to βSELECTβ if unset.optionalconfirmationText:string
Inherited from
SelectFilesRequest.confirmationText
existingFileSelectedCount?
The number of files already selected. Leave unset or set to 0 for no existing selected files.optionalexistingFileSelectedCount:number
Inherited from
SelectFilesRequest.existingFileSelectedCount
fileExtensions?
Array of file extensions that will display in the file picker. Leaving unset will display all file typesoptionalfileExtensions:string[]
Inherited from
SelectFilesRequest.fileExtensions
fileSelectionLimit?
Maximum number of files that can be attached. Leave unset or set to 0 for no limit.optionalfileSelectionLimit:number
Inherited from
SelectFilesRequest.fileSelectionLimit
heading?
Heading of the selection component. Default used if unsetoptionalheading:string
Inherited from
SelectFilesRequest.heading
matterId?
Matter id.optionalmatterId:string
Inherited from
SelectFilesRequest.matterId
showEmails?
Show emails by default. Defaults to false if unset.optionalshowEmails:boolean
Inherited from
SelectFilesRequest.showEmails
title?
Title of the selection window. Default used if unsetoptionaltitle:string
Inherited from
SelectFilesRequest.title