New to Kendo UI for AngularStart a free 30-day trial

CustomViewComponent

Represents the component that renders a Custom view in the AIPrompt.

html
<kendo-aiprompt-custom-view [viewTemplate]="customTemplate">
</kendo-aiprompt-custom-view>

<ng-template #customTemplate>
  <div>Custom content here</div>
</ng-template>

Selector

kendo-aiprompt-custom-view

Inputs

NameTypeDefaultDescription

buttonText

string

Sets the text for the Toolbar button of the current view.

icon

string

Sets the font icon for the Toolbar button of the current view.

svgIcon

SVGIcon

Sets the SVG icon for the Toolbar button of the current view.

viewTemplate

TemplateRef<any>

Sets the content of the Custom view as a template reference.

In this article
SelectorInputs
Not finding the help you need?
Contact Support