AssistView

1 Oct 20251 minute to read

The assistView property maps the customized AiAssistView.

Properties

iconCss string

Specifies the icon CSS for the assist view.
Represents the CSS class for the icon of the assist view.

Defaults to null

name string

Specifies the name of the assist view.
Represents the name displayed in the assist view.

Defaults to ’’

type string|AssistViewType

Specifies the type of the assist view.

Defaults to AssistViewType.Assist

viewTemplate string|function

Specifies the template for the view of the assist view.
Represents the template for rendering the view, which can be a string or a function.

Defaults to ’’