Overview
Watch-factory runtime that provides keyed, reference-counted watch handles and zero-allocation listener dispatch hooks.
API Reference
Identity key for a watch registration (context, index).
export interface IWatchId {
context: unknown;
index: unknown;
}import type { IWatchId } from '@rs-x/state-manager';2 members in this interface.
context: unknownType
unknown
index: unknownType
unknown