projects/congarevenuecloud/elements/src/lib/constraint-rule/interfaces/constraint-rule.interface.ts
Holds information of applied rule action infos and grouped them based on mesaagetype and actionIntent.
Properties |
errors |
errors:
|
Type : Array<ConstraintRuleDetail>
|
list of Constraint rule of messageType 'error' and appliedruleaction info pending flag is true |
info |
info:
|
Type : Array<ConstraintRuleInfoDetail>
|
list of Constraint rule of messageType 'info' and appliedruleaction info pending flag is true. |
success |
success:
|
Type : Array<ConstraintRuleSuccessDetail>
|
list of Constraint rule of action intent 'autoInclue'| 'disableSelection' and appliedruleaction info pending flag is true. |
totalRules |
totalRules:
|
Type : number
|
Total count of the rules. |
warnings |
warnings:
|
Type : Array<ConstraintRuleDetail>
|
list of Constraint rule of messageType 'warning' and appliedruleaction info pending flag is true |