useSynchronizerStatus
The useSynchronizerStatus hook returns a reactive object reflecting the status of a Synchronizer, and registers a listener so that any changes will update .current.
useSynchronizerStatus(synchronizerOrSynchronizerId?: MaybeGetter<undefined | SynchronizerOrSynchronizerId>): {current: Status}| Type | Description | |
|---|---|---|
synchronizerOrSynchronizerId? | MaybeGetter<undefined | SynchronizerOrSynchronizerId> | The |
| returns | {current: Status} | A reactive object with a |
Since
v8.1.0