Overview
Handles grouped observer subscriptions for each watched state key and index-watch-rule variant.
API Reference
Type exported from state-manager/state-change-subscription-manager.
export type IStateChangeSubscriptionsForContextManager =
IGroupedKeyedInstanceFactory<
string,
IStateChangeSubscriptionInfo,
IObserver,
IStateChangeSubscriptionIdInfo
>;import type { IStateChangeSubscriptionsForContextManager } from '@rs-x/state-manager';