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