BackwardCheckpointsViewProps
BackwardCheckpointsViewProps props are used for components that refer to a list of previous checkpoints in a Checkpoints object, such as the BackwardCheckpointsView component.
{
checkpoints?: CheckpointsOrCheckpointsId;
separator?: Snippet<[]>;
debugIds?: boolean;
checkpoint?: Snippet<[checkpointId: Id]>;
}| Type | Description | |
|---|---|---|
checkpoints? | CheckpointsOrCheckpointsId | The |
separator? | Snippet<[]> | A component or string to separate each rendered checkpoint. |
debugIds? | boolean | Whether the component should also render the |
checkpoint? | Snippet<[checkpointId: Id]> | A snippet for rendering each checkpoint in the |
Since
v8.1.0