useCheckpointIds
The useCheckpointIds hook returns a reactive object reflecting the CheckpointIds (backward, current, forward) in a Checkpoints object, and registers a listener so that any changes will update .current.
useCheckpointIds(checkpointsOrCheckpointsId?: MaybeGetter<undefined | CheckpointsOrCheckpointsId>): {current: CheckpointIds}| Type | Description | |
|---|---|---|
checkpointsOrCheckpointsId? | MaybeGetter<undefined | CheckpointsOrCheckpointsId> | The |
| returns | {current: CheckpointIds} | A reactive object with a |
Since
v8.1.0