Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 724 Bytes

File metadata and controls

28 lines (17 loc) · 724 Bytes
id injectIsRestoring
title injectIsRestoring

Function: injectIsRestoring()

function injectIsRestoring(options?): Signal<boolean>;

Defined in: inject-is-restoring.ts:32

Injects a signal that tracks whether a restore is currently in progress. injectQuery and friends also check this internally to avoid race conditions between the restore and initializing queries.

Parameters

options?

InjectIsRestoringOptions

Options for injectIsRestoring.

Returns

Signal<boolean>

readonly signal with boolean that indicates whether a restore is in progress.