IGarbageCollectionState Interface
The garbage collection state of the reference graph. It contains a list of all the nodes in the graph and their GC data.
Signature
export interface IGarbageCollectionState
Properties
Property | Type | Description |
---|---|---|
gcNodes | { [id: string]: IGarbageCollectionNodeData; } |
Property Details
gcNodes
Signature
gcNodes: {
[id: string]: IGarbageCollectionNodeData;
};
Type: { [id: string]: IGarbageCollectionNodeData; }