ChatActionButtonSettingsBuilder

Methods

Icon(System.String)

The icon name for the action button in its default (send) state.

Parameters

value - System.String

The value that configures the icon.

Text(System.String)

The text label for the action button in its default (send) state.

Parameters

value - System.String

The value that configures the text.

LoadingIcon(System.String)

The icon name for the action button when in loading state.

Parameters

value - System.String

The value that configures the loadingicon.

LoadingText(System.String)

The text label for the action button when in loading state.

Parameters

value - System.String

The value that configures the loadingtext.

FillMode(Kendo.Mvc.UI.ButtonFillMode)

The fill mode for the button (e.g., "flat", "solid", "outline").

Parameters

value - ButtonFillMode

The value that configures the fillmode.

Rounded(Kendo.Mvc.UI.Rounded)

The border radius for the button (e.g., "small", "medium", "large", "full").

Parameters

value - Rounded

The value that configures the rounded.

Size(Kendo.Mvc.UI.ComponentSize)

The size of the button (e.g., "small", "medium", "large").

Parameters

value - ComponentSize

The value that configures the size.

ThemeColor(Kendo.Mvc.UI.ThemeColor)

The theme color for the button (e.g., "base", "primary", "secondary").

Parameters

value - ThemeColor

The value that configures the themecolor.