Skip to main content

Interface: BusinessRuleArrayExpressionInput

Defined in: type/BusinessRuleArrayExpressionInput.ts:5

Input object for BusinessRuleArrayExpressionInput

Properties

number?

optional number?: number

Defined in: type/BusinessRuleArrayExpressionInput.ts:11

number input field


operator

operator: BusinessRuleArrayExpressionOperators

Defined in: type/BusinessRuleArrayExpressionInput.ts:7

operator input field


path?

optional path?: string

Defined in: type/BusinessRuleArrayExpressionInput.ts:18

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/string for options.


string?

optional string?: string

Defined in: type/BusinessRuleArrayExpressionInput.ts:9

string input field