Interface: ExtendedQuantityConfig
Defined in: src/model/types.ts:260
Configures aggregate rendering in grouped rows and the footer.
Properties
compute?
optionalcompute?:"multiply-down"| ((parentQty,childQty) =>number)
Defined in: src/model/types.ts:266
Built-in multiply-down roll-up or a custom cascade function.
sourceColumn
sourceColumn:
string
Defined in: src/model/types.ts:262
Per-component quantity column used as the roll-up source.
targetColumn
targetColumn:
string
Defined in: src/model/types.ts:264
Column where the computed extended quantity is displayed.