AssistViewModel

23 Sep 20251 minute to read

Interface for a class AssistView

Properties

iconCss string

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

name string

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

type string|AssistViewType

Specifies the type of the assist view.

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.