ISummaryTreeAssemblerProps Interface
Summary tree assembler props
Signature
export interface ISummaryTreeAssemblerProps
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| unreferenced | optional | true | Indicates that this tree is unreferenced. If this is not present, the tree is considered referenced. |
Property Details
unreferenced
Indicates that this tree is unreferenced. If this is not present, the tree is considered referenced.
Signature
unreferenced?: true;
Type: true