CheckpointTemplateDirective
Directive
Represents the template for the content displayed between the Checkpoint's two separator lines. Replaces the default action or restored-state content.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoCheckpointTemplate]
Syntax:
html
<kendo-checkpoint [state]="state" displayMode="always">
<ng-template kendoCheckpointTemplate>
<button kendoButton fillMode="flat" size="xsmall">Custom action</button>
</ng-template>
</kendo-checkpoint>