Overview
Observer/proxy pair support for indexed-value scenarios.
API Reference
Base class for index-based observer/proxy factories used by collection and property observers.
import { IndexObserverProxyPairFactory } from '@rs-x/state-manager';import { IndexObserverProxyPairFactory } from '@rs-x/state-manager';
class MyIndexObserverProxyPairFactory extends IndexObserverProxyPairFactory {
// implement abstract members
}