API Reference

IStateChangeSubscriptionsForContextManagertype

Type exported from state-manager/state-change-subscription-manager.

Overview

Handles grouped observer subscriptions for each watched state key and index-watch-rule variant.

Declaration

export type IStateChangeSubscriptionsForContextManager =
  IGroupedKeyedInstanceFactory<
    string,
    IStateChangeSubscriptionInfo,
    IObserver,
    IStateChangeSubscriptionIdInfo
  >;

Import

import type { IStateChangeSubscriptionsForContextManager } from '@rs-x/state-manager';