Classes
Enumerations
Interfaces
TypeAliases

CompassScorecardScore

Contains the calculated score for a component. Each component has one calculated score per scorecard.

Property NameTypeDescription
__typenameLiteral
criteriaScoresMaybe<Array<CompassScorecardCriteriaScore>>Returns the scores for individual criterion.
maxTotalScoreNumberThe maximum possible total score value.
pointsMaybe<CompassScorecardScorePoints>The point totals when using the point-based scoring strategy.
statusMaybe<CompassScorecardScoreStatus>Returns status of scorecard based on score and threshold config
statusDurationMaybe<CompassScorecardScoreStatusDuration>Returns the date time the current status was updated.
totalScoreNumberThe total calculated score value.
typeMaybe<String>Scoring strategy used when calculating the total score and max total score.

Rate this page: