API reference · generated from source
Type Alias: TNodeFieldChangeKey#
type TNodeFieldChangeKey = PropertyKey | object;Defined in: types.ts:52
The key of a field-level change record.
Remarks#
Property writes carry the property key (string for data fields and array
indices, symbol for symbol-keyed fields). Map mutations carry the
original Map key value — including object keys — instead of a stringified
form. Collection-level operations use operation names ("add",
"delete", "clear") or method names (Date setters).