Skip to Content

AttachmentsConfig

Interface: AttachmentsConfig

AttachmentsConfig provides fine-grained control over file attachments.

Note: not yet implemented. Attachments are not supported yet.

Properties


accept?

optional accept: string[]

Accepted file types. Can be MIME types or file extensions.

Example

['image/*', '.pdf', '.docx']

maxCount?

optional maxCount: number

Maximum number of files that can be attached at once.

Default

10

maxSize?

optional maxSize: number

Maximum file size in bytes.

Default

104857600 (100MB)

Last updated on