ChatActionButtonSettingsBuilder
Methods
Icon(System.String)
The icon name for the action button in its default (send) state.
Parameters
value - System.String
The value for Icon
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
Text(System.String)
The text label for the action button in its default (send) state.
Parameters
value - System.String
The value for Text
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
LoadingIcon(System.String)
The icon name for the action button when in loading state.
Parameters
value - System.String
The value for LoadingIcon
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
LoadingText(System.String)
The text label for the action button when in loading state.
Parameters
value - System.String
The value for LoadingText
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
FillMode(Kendo.Mvc.UI.ButtonFillMode)
The fill mode for the button (e.g., "flat", "solid", "outline").
Parameters
value - ButtonFillMode
The value for FillMode
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
Rounded(Kendo.Mvc.UI.Rounded)
The border radius for the button (e.g., "small", "medium", "large", "full").
Parameters
value - Rounded
The value for Rounded
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
Size(Kendo.Mvc.UI.ComponentSize)
The size of the button (e.g., "small", "medium", "large").
Parameters
value - ComponentSize
The value for Size
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.
ThemeColor(Kendo.Mvc.UI.ThemeColor)
The theme color for the button (e.g., "base", "primary", "secondary").
Parameters
value - ThemeColor
The value for ThemeColor
RETURNS
Returns the current ChatActionButtonSettingsBuilder instance.