Overview
Set proxy factory and contracts that emit semantic membership changes.
API Reference
Class exported from proxies/set-proxy.
import { SetProxy } from '@rs-x/state-manager';import { SetProxy } from '@rs-x/state-manager';
const instance = new SetProxy(...args);3 members in this class.
constructor(
owner: IDisposableOwner,
initialValue: Set<unknown>,
private readonly _proxyRegistry: IProxyRegistry
)Parameters
public get(
originalSet: Set<unknown>,
property: PropertyKey
): unknownParameters
Returns
unknown
protected override disposeInternal(): voidParameters
No parameters.
Returns
void