API Reference

IObservableProxyFactorytype

Type exported from proxies/observable-proxy.

Overview

Observable proxy factory and change contracts for emitted value transitions.

Declaration

export type IObservableProxyFactory = IKeyedInstanceFactory<
  Observable<unknown>,
  IObservableProxyData,
  IObservableObserverProxyPair
>;

Import

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