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