AttachmentsConfig
Interface: AttachmentsConfig
AttachmentsConfig provides fine-grained control over file attachments.
Note: not yet implemented. Attachments are not supported yet.
Properties
accept?
optionalaccept:string[]
Accepted file types. Can be MIME types or file extensions.
Example
['image/*', '.pdf', '.docx']maxCount?
optionalmaxCount:number
Maximum number of files that can be attached at once.
Default
10maxSize?
optionalmaxSize:number
Maximum file size in bytes.
Default
104857600 (100MB)Last updated on