projects/congarevenuecloud/ecommerce/src/lib/modules/constraint-rules/interfaces/constraint-rule-interface.ts
The type of action to be performed based on the rule in the configuration component.
Properties |
addOption |
addOption:
|
Type : Array<Product>
|
List of option product needs to be added to the configuration. |
disableOrHideOption |
disableOrHideOption:
|
Type : Array<ProductOptionComponent>
|
List of option product needs to be disabled or hidden in the configuration. |
removeOption |
removeOption:
|
Type : Array<Product>
|
List of option product needs to be removed from the configuration. |