Skip to content

Documentation / base / DiffOpSet

Type Alias: DiffOpSet

DiffOpSet = object

Defined in: libs/base/src/diff.ts:42

A patch operation that sets the value at path to value.

  • Represents add/replace semantics.

Properties

kind

kind: "set"

Defined in: libs/base/src/diff.ts:42


path

path: DiffPath

Defined in: libs/base/src/diff.ts:42


value

value: DiffValue

Defined in: libs/base/src/diff.ts:42

Released under the MIT License.