Appearance
Home > resol-vbus-core > ConfigurationOptimizerRule
ConfigurationOptimizerRule interface
A rule to determine a list of values to ignore based on another value.
Signature:
typescript
export interface ConfigurationOptimizerRule
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number[] | The arguments for the operator to check with. | ||
number | The value index to check. | ||
number[] | The list of dependent value indices to ignore if the check resulted in | ||
The operator to check with. |