AttachmentSettings

12 Sep 20251 minute to read

Represents settings for managing file attachments in the AI Assist View.
Includes configuration for URLs, file types, and size limitations.

Properties

allowedFileTypes string

Specifies the allowed file types for attachments.

Defaults to ’’

maxFileSize number

Specifies the maximum file size allowed for attachments in bytes.

Defaults to 2000000

removeUrl string

Specifies the URL to remove the files from the server.

Defaults to ’’

saveUrl string

Specifies the URL to save the uploaded files.

Defaults to ’’