IJsonPatch
mobx-state-tree - v7.0.0 › IJsonPatch
https://tools.ietf.org/html/rfc6902 http://jsonpatch.com/
Hierarchy
IJsonPatch
Index
Properties
Properties
op
• op: "replace" | "add" | "remove"
Defined in src/core/json-patch.ts:8
path
• path: string
Defined in src/core/json-patch.ts:9
Optional
value
• value? : any
Defined in src/core/json-patch.ts:10