Interface: DeltaProps
Defined in: packages/core/src/domain/entities/delta.ts:6
Construction properties for a Delta.
Properties
added
readonlyadded: readonlystring[]
Defined in: packages/core/src/domain/entities/delta.ts:10
Block names added to the spec.
modified
readonlymodified: readonlystring[]
Defined in: packages/core/src/domain/entities/delta.ts:12
Block names modified in the spec.
removed
readonlyremoved: readonlystring[]
Defined in: packages/core/src/domain/entities/delta.ts:14
Block names removed from the spec.
specPath
readonlyspecPath:SpecPath
Defined in: packages/core/src/domain/entities/delta.ts:8
The spec path this delta targets.