Skip to main content

Interface: AppBootstrapUpdateCountRefs

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

Counters tracked for debug logging.

Propertiesโ€‹

alertsUpdateCountRefโ€‹

alertsUpdateCountRef: MutableRef<number>;

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


errorUpdateCountRefโ€‹

errorUpdateCountRef: MutableRef<number>;

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


settingsUpdateCountRefโ€‹

settingsUpdateCountRef: MutableRef<number>;

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


sitesUpdateCountRefโ€‹

sitesUpdateCountRef: MutableRef<number>;

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


uiUpdateCountRefโ€‹

uiUpdateCountRef: MutableRef<number>;

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


updatesUpdateCountRefโ€‹

updatesUpdateCountRef: MutableRef<number>;

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