Skip to main content

Interface: DebugStoreCountRefs

Defined in: src/app/debug/debugStoreSubscriptions.ts:20

Update counters used for development logging.

Propertiesโ€‹

alertsUpdateCountRefโ€‹

alertsUpdateCountRef: MutableRef<number>;

Defined in: src/app/debug/debugStoreSubscriptions.ts:21


errorUpdateCountRefโ€‹

errorUpdateCountRef: MutableRef<number>;

Defined in: src/app/debug/debugStoreSubscriptions.ts:22


sitesUpdateCountRefโ€‹

sitesUpdateCountRef: MutableRef<number>;

Defined in: src/app/debug/debugStoreSubscriptions.ts:23


uiUpdateCountRefโ€‹

uiUpdateCountRef: MutableRef<number>;

Defined in: src/app/debug/debugStoreSubscriptions.ts:24


updatesUpdateCountRefโ€‹

updatesUpdateCountRef: MutableRef<number>;

Defined in: src/app/debug/debugStoreSubscriptions.ts:25