src/engine/operator/operator.interface.ts
Rule Engine operator
Properties |
|
evaluator |
evaluator:
|
Type : function
|
Evaluate the values |
factImplicitDependencies |
factImplicitDependencies:
|
Type : string[]
|
Optional |
List of facts names that the operator can depend on |
name |
name:
|
Type : string
|
Operator name to use in condition |
orderingWeight |
orderingWeight:
|
Type : number
|
Optional |
Priority in the dropdown display |
validateLhs |
validateLhs:
|
Optional |
Left Hand Value validator function |
validateRhs |
validateRhs:
|
Optional |
Right Hand Value validator function |