Overview
Groups watcher subscriptions by context and exposes per-context subscription orchestration.
API Reference
Interface exported from grouped-change-subscriptions-for-context-manager.
export interface IChangeSubscriptionsCreateMethods {
onChanged: (change: IPropertyChange) => void;
init?: (observer: IObserver) => void;
}import type { IChangeSubscriptionsCreateMethods } from '@rs-x/state-manager';2 members in this interface.
init?: (observer: IObserver) => voidType
(observer: IObserver) => void
onChanged: (change: IPropertyChange) => voidType
(change: IPropertyChange) => void