JsonPatchOperation
Defined in: define/table/types/query.ts:153
JSON Patch operation for patch mode (RFC 6902)
Properties
Section titled “Properties”
optionalfrom:string
Defined in: define/table/types/query.ts:157
op:
"replace"|"add"|"remove"|"move"|"copy"|"test"
Defined in: define/table/types/query.ts:154
path:
string
Defined in: define/table/types/query.ts:155
value?
Section titled “value?”
optionalvalue:unknown
Defined in: define/table/types/query.ts:156