ThoughtTemplateDirective
Directive
Represents the template that replaces each thought row in the ChainOfThought component.
The current Thought item is available as the $implicit template value.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoThoughtTemplate]
Syntax:
html
<kendo-chainofthought [thoughts]="thoughts">
<ng-template kendoThoughtTemplate let-thought>
<div>{{ thought.label }}</div>
</ng-template>
</kendo-chainofthought>