Interface: RunAppBootstrapOptions
Defined in: src/app/bootstrap/appBootstrap.ts:58
Options for runAppBootstrap.
Propertiesโ
abortSignal?โ
optional abortSignal?: AbortSignal;
Defined in: src/app/bootstrap/appBootstrap.ts:60
Signal aborted when the owning React lifecycle has been cleaned up.
cleanupRefsโ
cleanupRefs: AppBootstrapCleanupRefs;
Defined in: src/app/bootstrap/appBootstrap.ts:61
isCurrentGenerationโ
isCurrentGeneration: () => boolean;
Defined in: src/app/bootstrap/appBootstrap.ts:63
Whether this run still owns the shared bootstrap resources.
Returnsโ
boolean
setIsInitializedโ
setIsInitialized: (next: boolean) => void;
Defined in: src/app/bootstrap/appBootstrap.ts:65
Mark the app as fully initialized (used to enable loading overlays).
Parametersโ
nextโ
boolean
Returnsโ
void
subscribeToUpdateStatusEventsโ
subscribeToUpdateStatusEvents: () => () => void;
Defined in: src/app/bootstrap/appBootstrap.ts:66
Returnsโ
() => void
updateCountRefsโ
updateCountRefs: AppBootstrapUpdateCountRefs;
Defined in: src/app/bootstrap/appBootstrap.ts:67