Overview
Resolves observer/proxy pair managers by value type and coordinates observer lifecycle.
API Reference
Interface exported from object-property-observer-proxy-pair-manager.
export interface IIndexInfo {
index: unknown;
indexWatchRule?: IIndexWatchRule;
}import type { IIndexInfo } from '@rs-x/state-manager';2 members in this interface.
index: unknownType
unknown
indexWatchRule?: IIndexWatchRuleType