Reference
runtimeState
Signature
const runtimeState: { activeTracker: Tracker; batchDepth: number; cleanupOwner: (dispose: (): void): void | undefined; flushingComputed: boolean; nextComputationId: number; notificationDepth: number; pendingComputed: Set<ReactiveComputation> }