CheckpointProps
CheckpointProps props are used for components that refer to a single checkpoint in a Checkpoints object, such as the CheckpointView component.
{
checkpointId: Id;
checkpoints?: CheckpointsOrCheckpointsId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
checkpointId | Id | The |
checkpoints? | CheckpointsOrCheckpointsId | The |
debugIds? | boolean | Whether the component should also render the |
Since
v1.0.0