Interface: AppBootstrapCleanupRefs
Defined in: src/app/bootstrap/appBootstrap.ts:37
Refs used to store cleanup callbacks for long-lived subscriptions.
Propertiesโ
cacheSyncCleanupRefโ
cacheSyncCleanupRef: MutableRef<(() => void) | null>;
Defined in: src/app/bootstrap/appBootstrap.ts:38
syncEventsCleanupRefโ
syncEventsCleanupRef: MutableRef<(() => void) | null>;
Defined in: src/app/bootstrap/appBootstrap.ts:39
updateStatusEventsCleanupRefโ
updateStatusEventsCleanupRef: MutableRef<(() => void) | null>;
Defined in: src/app/bootstrap/appBootstrap.ts:40