IGarbageCollectionNodeData Interface
The garbage collection data of each node in the reference graph.
Signature
export interface IGarbageCollectionNodeData
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| outboundRoutes | string[] | The set of routes to other nodes in the graph. | |
| unreferencedTimestampMs | optional | number | If the node is unreferenced, the timestamp of when it was marked unreferenced. |
Property Details
outboundRoutes
The set of routes to other nodes in the graph.
Signature
outboundRoutes: string[];
Type: string[]
unreferencedTimestampMs
If the node is unreferenced, the timestamp of when it was marked unreferenced.
Signature
unreferencedTimestampMs?: number;
Type: number