Overview
Object change contract and related type definitions used in the change pipeline.
API Reference
Interface exported from object-change.
export interface IObjectChange {
root: object;
mutation: IPropertyChange;
}import type { IObjectChange } from '@rs-x/state-manager';2 members in this interface.
mutation: IPropertyChangeType
root: objectType
object