Skip to main content

Interface: RunAppBootstrapOptions

Defined in: src/app/bootstrap/appBootstrap.ts:70

Options for runAppBootstrap.

Propertiesโ€‹

cleanupRefsโ€‹

cleanupRefs: AppBootstrapCleanupRefs

Defined in: src/app/bootstrap/appBootstrap.ts:71


setIsInitialized()โ€‹

setIsInitialized: (next: boolean) => void

Defined in: src/app/bootstrap/appBootstrap.ts:73

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:74

Returnsโ€‹

(): void

Returnsโ€‹

void


updateCountRefsโ€‹

updateCountRefs: AppBootstrapUpdateCountRefs

Defined in: src/app/bootstrap/appBootstrap.ts:75