Skip to main content

Interface: DeltaProps

Defined in: packages/core/src/domain/entities/delta.ts:6

Construction properties for a Delta.

Properties

added

readonly added: readonly string[]

Defined in: packages/core/src/domain/entities/delta.ts:10

Block names added to the spec.


modified

readonly modified: readonly string[]

Defined in: packages/core/src/domain/entities/delta.ts:12

Block names modified in the spec.


removed

readonly removed: readonly string[]

Defined in: packages/core/src/domain/entities/delta.ts:14

Block names removed from the spec.


specPath

readonly specPath: SpecPath

Defined in: packages/core/src/domain/entities/delta.ts:8

The spec path this delta targets.