Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdatePropertyValueDelta

A delta to change the value of a property of an element, in a way that's specific by the "mutator"" given.

Hierarchy

Index

Properties

deltaType

deltaType: string

The type of the delta, which can be one of deltas.deltas.DeltaTypes, as a string. This type determines the rest of the JSON serialization:
"CREATE_ELEMENT" → ICreateElementDelta,
"UPDATE_PROPERTY_VALUE" → IUpdatePropertyValueDelta,
"MOVE_ELEMENT" → IMoveElementDelta,
"DELETE_ELEMENT" → IDeleteElementDelta,
"CREATE_UNIT" → ICreateUnitDelta.

elementId

elementId: string

mutator

mutator: IMutator

propertyName

propertyName: string

unitId

unitId: string

The ID of the unit (containing an element or property value) to which the delta is to be applied.

Generated using TypeDoc