API Reference

IMapProxyFactorytype

Type exported from proxies/map-proxy.

Overview

Map proxy factory and contracts that emit semantic key/mutation changes.

Declaration

export type IMapProxyFactory = IKeyedInstanceFactory<
  Map<unknown, unknown>,
  IMapProxifyData,
  IMapObserverProxyPair
>;

Import

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