Rulvar API reference / @rulvar/rulvar / CapacitySheetFigure
Interface: CapacitySheetFigure
Defined in: packages/core/dist/index.d.ts
One figure of the sheet: a number, its unit, and where it came from.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | - | packages/core/dist/index.d.ts |
note? | string | The formula, the source, or the assumption's own statement. | packages/core/dist/index.d.ts |
provenance | "given" | "derived" | "assumption" | "observed" | - | packages/core/dist/index.d.ts |
unit | CapacitySheetUnit | - | packages/core/dist/index.d.ts |
value | number | - | packages/core/dist/index.d.ts |