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

Represents a template for additional Toolbar actions. The actions appear after the Toolbar buttons for all views.

To define the template, nest an <ng-template> tag with the kendoAIPromptToolbarActionsTemplate directive inside the <kendo-aiprompt> tag.

Definition

Package:@progress/kendo-angular-conversational-ui

Selector:[kendoAIPromptToolbarActionsTemplate]

Syntax:

html
<kendo-aiprompt>
  <ng-template kendoAIPromptToolbarActionsTemplate>
    <button kendoButton>Custom Action</button>
  </ng-template>
</kendo-aiprompt>
In this article
Definition
Not finding the help you need?
Contact Support