Overview
Array proxy factory and contracts that emit semantic index/mutation changes.
API Reference
Interface exported from proxies/array-proxy.
export interface IArrayProxyIdData {
array: unknown[];
}import type { IArrayProxyIdData } from '@rs-x/state-manager';1 member in this interface.
array: unknown[]Type
unknown[]