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

AIPromptToolbarActionsDirective

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.

html
<kendo-aiprompt>
  <ng-template kendoAIPromptToolbarActionsTemplate>
    <button kendoButton>Custom Action</button>
  </ng-template>
</kendo-aiprompt>
NameTypeDefaultDescription

templateRef

TemplateRef<any>

Constructors

AIPromptToolbarActionsDirective

(templateRef: TemplateRef<any>)

Parameters

templateRef

TemplateRef<any>

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