GitHub
NPM
Examples
Preparing search index...
The search index is not available
ArchUnitTS - v2.1.51
ArchUnitTS
MetricResult
Interface MetricResult
Represents the result of a metric calculation for violation checking
interface
MetricResult
{
className
:
string
;
filePath
:
string
;
metricName
:
string
;
metricValue
:
number
;
threshold
:
number
;
comparison
:
MetricComparison
;
isViolation
:
boolean
;
}
Index
Properties
class
Name
file
Path
metric
Name
metric
Value
threshold
comparison
is
Violation
Properties
class
Name
class
Name
:
string
file
Path
file
Path
:
string
metric
Name
metric
Name
:
string
metric
Value
metric
Value
:
number
threshold
threshold
:
number
comparison
comparison
:
MetricComparison
is
Violation
is
Violation
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
class
Name
file
Path
metric
Name
metric
Value
threshold
comparison
is
Violation
ArchUnitTS - v2.1.51
Loading...
Represents the result of a metric calculation for violation checking