CheckpointComponent
Component
Represents the Kendo UI Checkpoint component for Angular. Displays a decorative separator between conversation turns with a restore or redo action.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:kendo-checkpoint
Export Name:Accessible in templates as #kendoCheckpointInstance="kendoCheckpoint"
Syntax:
html
<kendo-checkpoint state="restore" (action)="onCheckpointAction($event)"></kendo-checkpoint>
Inputs
displayMode
"hover" | "always"
Sets whether the Checkpoint is always visible or visible only when the user hovers over it.
Default:
'hover'
Sets the current state of the Checkpoint.
Events
Fires when the user clicks the Checkpoint. The event arguments contain the current state.