Skip to main content

Interface: PatchOperation

JSONPatch patch operation. Compatible with fast-json-patch and rfc6902 Operation.

Properties

op

Readonly op: "add" | "remove" | "replace" | "copy" | "move" | "test"

Defined in

packages/core/src/client.ts:345


path

Readonly path: string

Defined in

packages/core/src/client.ts:346


value

Optional Readonly value: any

Defined in

packages/core/src/client.ts:347