The configuration for a scorecard criterion checking the value of a specified custom boolean field.
Property Name | Type | Description |
---|---|---|
__typename | Literal | |
booleanComparator | Maybe<CompassCriteriaBooleanComparatorOptions> | The comparison operation to be performed between the field and comparator value. |
booleanComparatorValue | Maybe<Boolean> | The value that the field is compared to. |
customFieldDefinition | Maybe<CompassCustomBooleanFieldDefinition> | The definition of the custom boolean field to check the value of. |
id | String | The ID of the scorecard criterion. |
name | Maybe<String> | The optional, user provided name of the scorecard criterion |
scorecardCriteriaScore | Maybe<CompassScorecardCriteriaScore> | Returns the calculated score for a component. |
weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: