IReversibleJsonPatch
mobx-state-tree - v7.0.0 › IReversibleJsonPatch
Hierarchy
-
↳ IReversibleJsonPatch
Index
Properties
Properties
oldValue
• oldValue: any
Defined in src/core/json-patch.ts:14
op
• op: "replace" | "add" | "remove"
Inherited from IJsonPatch.op
Defined in src/core/json-patch.ts:8
path
• path: string
Inherited from IJsonPatch.path
Defined in src/core/json-patch.ts:9
Optional
value
• value? : any
Inherited from IJsonPatch.value
Defined in src/core/json-patch.ts:10