Overview
Handles grouped observer subscriptions for each watched state key and index-watch-rule variant.
API Reference
Interface exported from state-manager/state-change-subscription-manager.
export interface IStateChangeObserverInfo {
readonly observer: IObserver;
readonly subscription: Subscription;
}import type { IStateChangeObserverInfo } from '@rs-x/state-manager';2 members in this interface.
readonly observer: IObserverType
readonly subscription: SubscriptionType
Subscription