CheckpointActionEvent
Interface
The arguments for the onAction event of the Checkpoint component, fired
when the user activates the current checkpoint action.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
The checkpoint state at the time the action was activated.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
target
HTMLButtonElement
An event target.