CurrentCheckpointViewProps
CurrentCheckpointViewProps props are used for components that refer to the current checkpoint in a Checkpoints object, such as the CurrentCheckpointView component.
{
checkpoints?: CheckpointsOrCheckpointsId;
debugIds?: boolean;
checkpoint?: Snippet<[checkpointId: Id]>;
}| Type | Description | |
|---|---|---|
checkpoints? | CheckpointsOrCheckpointsId | The |
debugIds? | boolean | Whether the component should also render the |
checkpoint? | Snippet<[checkpointId: Id]> | A snippet for rendering the current checkpoint in the |
Since
v8.1.0