GitHub
NPM
Examples
Preparing search index...
The search index is not available
ArchUnitTS - v2.1.51
ArchUnitTS
CountMetricsResult
Interface CountMetricsResult
Result structure for count metrics analysis
interface
CountMetricsResult
{
filePath
:
string
;
className
?:
string
;
metric
:
string
;
value
:
number
;
threshold
?:
number
;
passes
:
boolean
;
}
Index
Properties
file
Path
class
Name?
metric
value
threshold?
passes
Properties
file
Path
file
Path
:
string
Optional
class
Name
class
Name
?:
string
metric
metric
:
string
value
value
:
number
Optional
threshold
threshold
?:
number
passes
passes
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
file
Path
class
Name
metric
value
threshold
passes
ArchUnitTS - v2.1.51
Loading...
Result structure for count metrics analysis