Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 800 Bytes

Rule.md

File metadata and controls

13 lines (9 loc) · 800 Bytes

TalonOne.Rule

Properties

Name Type Description Notes
title String A short description of the rule.
description String A longer, more detailed description of the rule. [optional]
bindings [Binding] An array that provides objects with variable names (name) and talang expressions to whose result they are bound (expression) during rule evaluation. The order of the evaluation is decided by the position in the array. [optional]
condition [Object] A Talang expression that will be evaluated in the context of the given event.
effects [Object] An array of effectful Talang expressions in arrays that will be evaluated when a rule matches.