API Reference

IArrayProxyFactorytype

Type exported from proxies/array-proxy.

Overview

Array proxy factory and contracts that emit semantic index/mutation changes.

Declaration

export type IArrayProxyFactory = IKeyedInstanceFactory<
  unknown,
  IArrayProxyData,
  IArrayObserverProxyPair,
  IArrayProxyIdData
>;

Import

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