ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
GraphReportSnapshot
Interface GraphReportSnapshot
interface
GraphReportSnapshot
{
title
:
string
;
nodes
:
GraphReportNode
[]
;
edges
:
GraphReportEdge
[]
;
summary
:
{
nodeCount
:
number
;
edgeCount
:
number
;
rawEdgeCount
:
number
;
externalEdgeCount
:
number
;
}
;
}
Index
Properties
title
nodes
edges
summary
Properties
title
title
:
string
nodes
nodes
:
GraphReportNode
[]
edges
edges
:
GraphReportEdge
[]
summary
summary
:
{
nodeCount
:
number
;
edgeCount
:
number
;
rawEdgeCount
:
number
;
externalEdgeCount
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
title
nodes
edges
summary
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...