Interface: BusinessRuleStringExpressionInput
Defined in: type/BusinessRuleStringExpressionInput.ts:5
Represents the input for a business rule string expression
Properties
operator
operator:
BusinessRuleStringExpressionOperators
Defined in: type/BusinessRuleStringExpressionInput.ts:7
The operator for the expression
path?
optionalpath?:string
Defined in: type/BusinessRuleStringExpressionInput.ts:16
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
string:
string
Defined in: type/BusinessRuleStringExpressionInput.ts:9
The value for the expression