Overview
Watch-factory runtime that provides keyed, reference-counted watch handles and zero-allocation listener dispatch hooks.
API Reference
Watch registration payload containing identity and state options.
export interface IWatchData extends IWatchId {
options: IStateOptions;
}import type { IWatchData } from '@rs-x/state-manager';1 member in this interface.
options: IStateOptionsType