Interface: BusinessRuleArrayExpression
Defined in: type/BusinessRuleArrayExpression.ts:6
Represents a business rule array expression
Properties
id
id:
string|number
Defined in: type/BusinessRuleArrayExpression.ts:8
id field
number?
optionalnumber?:number
Defined in: type/BusinessRuleArrayExpression.ts:16
number field
operator
operator:
BusinessRuleArrayExpressionOperators
Defined in: type/BusinessRuleArrayExpression.ts:12
operator field
path?
optionalpath?:string
Defined in: type/BusinessRuleArrayExpression.ts:23
Path to the field, can be used to add additional expressions and calulations on the field. Use $ to target the field's value. When omitted the field's value is used. The expression will be used on the left hand side of the operator. Can also be used to target a specific property in a complex expression's sub-expression Check https://gorules.io/docs/rules-engine/expression-language/array for options.
string?
optionalstring?:string
Defined in: type/BusinessRuleArrayExpression.ts:14
string field
type
Defined in: type/BusinessRuleArrayExpression.ts:10
type field