TinyBase logoTinyBase β

CurrentCheckpointViewProps

The CurrentCheckpointViewProps type describes the props of the CurrentCheckpointView component.

{
  checkpoints?: CheckpointsOrCheckpointsId;
  debugIds?: boolean;
  checkpoint?: Snippet<[checkpointId: Id]>;
}
TypeDescription
checkpoints?CheckpointsOrCheckpointsId

The checkpoints prop of a CurrentCheckpointViewProps object.

debugIds?boolean

The debugIds prop of a CurrentCheckpointViewProps object.

checkpoint?Snippet<[checkpointId: Id]>

The checkpoint snippet prop of a CurrentCheckpointViewProps object.

Since

v8.1.0