FileAttachment
configurationConfigures the file select button (attachment button) in the message input area. Can be set to:
true: Shows the button with default settingsfalse: Hides the button completely (does not render)Object: Shows the button with custom configuration
fileAttachment
Boolean|ObjectDefault: true
fileAttachment.accept
StringThe accept attribute for the file input, specifying which file types are allowed.
fileAttachment.fillMode
StringThe fill mode for the button (e.g., "flat", "solid", "outline").
fileAttachment.icon
StringThe icon name for the file select button.
Default: "attachment"
fileAttachment.multiple
BooleanWhether to allow multiple file selection.
Default: true
File restrictions configuration.
fileAttachment.rounded
StringThe border radius for the button (e.g., "small", "medium", "large", "full").
fileAttachment.size
StringThe size of the button (e.g., "small", "medium", "large").
The theme color for the button (e.g., "base", "primary", "secondary").