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