Interface: WhereUsedResult\<TRow\>
Defined in: src/data/types.ts:183
A single where-used result — one parent assembly that uses a component.
Type Parameters
TRow
TRow
Properties
parentNode
parentNode:
TRow
Defined in: src/data/types.ts:185
The parent assembly that uses this component.
path
path:
TRow[]
Defined in: src/data/types.ts:187
The path from root to this usage (ancestors in order).
quantity?
optionalquantity?:number
Defined in: src/data/types.ts:189
Quantity used in this parent.