CheckpointViewProps
The CheckpointViewProps type describes the props of the CheckpointView component.
{
checkpointId: Id;
checkpoints?: CheckpointsOrCheckpointsId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
checkpointId | Id | The |
checkpoints? | CheckpointsOrCheckpointsId | The |
debugIds? | boolean | The |
Since
v8.1.0