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 IGroupedChangeSubscriptionsForContextManager<
TSubsriptionData,
TData,
TIdData = TData,
> extends IKeyedInstanceFactory<string, TData, IObserver, TIdData> {
getSubsriptionData(id: string): TSubsriptionData | undefined;
}import type { IGroupedChangeSubscriptionsForContextManager } from '@rs-x/state-manager';1 member in this interface.
getSubsriptionData(id: string): TSubsriptionData | undefinedParameters
Returns
TSubsriptionData | undefined