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 IObserverProxyPair<TProxy = unknown> {
observer: IObserver;
proxy?: TProxy;
proxyTarget?: TProxy;
}import type { IObserverProxyPair } from '@rs-x/state-manager';3 members in this interface.
observer: IObserverType
proxy?: TProxyType
TProxy
proxyTarget?: TProxyType
TProxy