Skip to content

spatial-monorepo


spatial-monorepo / editor/src / JsonPatch

Interface: JsonPatch

Defined in: packages/editor/src/types.ts:17

Properties

op

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

Defined in: packages/editor/src/types.ts:18


path

path: string

Defined in: packages/editor/src/types.ts:19


value?

optional value?: unknown

Defined in: packages/editor/src/types.ts:20

Released under commercial licensing.