Skip to content

Loss

Defined in: src/core/ir/loss.ts:19

A single conversion loss: something the pipeline dropped, degraded or substituted.

readonly detail: string

Defined in: src/core/ir/loss.ts:25

Human-readable specifics: what exactly happened to what.


readonly feature: string

Defined in: src/core/ir/loss.ts:23

The affected Feature (drives the capability/loss matrix).


readonly severity: LossSeverity

Defined in: src/core/ir/loss.ts:21

How badly the content was affected.


readonly optional where?: string

Defined in: src/core/ir/loss.ts:27

Optional location hint (page/paragraph/sheet reference).