New to Kendo UI for Angular? Start a free 30-day trial
AIPromptToolbarActionsDirective
Represents a template that allows you to define additional ToolBar actions.
The actions will be rendered right after all views' ToolBar buttons.
To define the template, nest an <ng-template>
tag
with the kendoAIPromptToolbarActionsTemplate
directive inside the <kendo-aiprompt>
tag.
Name | Type | Default | Description |
---|---|---|---|
templateRef |
|
Constructors
AIPromptToolbarActionsDirective
(templateRef: TemplateRef<any>)
Parameters
templateRef
TemplateRef<any>