ChatActionButtonSettingsTagHelper
Example
Razor
<action-button/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| fill-mode | ButtonFillMode | The fill mode for the button (e.g., "flat", "solid", "outline"). |
| icon | String | The icon name for the action button in its default (send) state. |
| loading-icon | String | The icon name for the action button when in loading state. |
| loading-text | String | The text label for the action button when in loading state. |
| rounded | Rounded | The border radius for the button (e.g., "small", "medium", "large", "full"). |
| size | ComponentSize | The size of the button (e.g., "small", "medium", "large"). |
| text | String | The text label for the action button in its default (send) state. |
| theme-color | ThemeColor | The theme color for the button (e.g., "base", "primary", "secondary"). |