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