TinyBase logoTinyBase β

CheckpointViewProps

The CheckpointViewProps type describes the props of the CheckpointView component.

{
  checkpointId: Id;
  checkpoints?: CheckpointsOrCheckpointsId;
  debugIds?: boolean;
}
TypeDescription
checkpointIdId

The checkpointId prop of a CheckpointViewProps object.

checkpoints?CheckpointsOrCheckpointsId

The checkpoints prop of a CheckpointViewProps object.

debugIds?boolean

The debugIds prop of a CheckpointViewProps object.

Since

v8.1.0