CurrentCheckpointViewProps
The CurrentCheckpointViewProps type describes the props of the CurrentCheckpointView component.
{
checkpoints?: CheckpointsOrCheckpointsId;
debugIds?: boolean;
checkpoint?: Snippet<[checkpointId: Id]>;
}| Type | Description | |
|---|---|---|
checkpoints? | CheckpointsOrCheckpointsId | The |
debugIds? | boolean | The |
checkpoint? | Snippet<[checkpointId: Id]> | The |
Since
v8.1.0