New to Kendo UI for Angular? Start 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>
Name | Type | Default | Description |
---|---|---|---|
templateRef |
|
Constructors
AIPromptToolbarActionsDirective
(templateRef: TemplateRef<any>)
Parameters
templateRef
TemplateRef<any>