ActionButton
configurationConfigures the action button (send/stop button) in the message input area. Allows customization of icons, text labels, and loading state appearance.
actionButton
ObjectDefault: null
actionButton.fillMode
StringThe fill mode for the button (e.g., "flat", "solid", "outline").
actionButton.icon
StringThe icon name for the action button in its default (send) state.
Default: "send"
actionButton.loadingIcon
StringThe icon name for the action button when in loading state.
Default: "stop"
actionButton.loadingText
StringThe text label for the action button when in loading state.
Default: null
actionButton.rounded
StringThe border radius for the button (e.g., "small", "medium", "large", "full").
actionButton.size
StringThe size of the button (e.g., "small", "medium", "large").
actionButton.text
StringThe text label for the action button in its default (send) state.
Default: null
actionButton.themeColor
StringThe theme color for the button (e.g., "base", "primary", "secondary").