Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 888 Bytes

File metadata and controls

16 lines (9 loc) · 888 Bytes

CatalogRule

A rule template stored in a catalog entry. Rules in catalog entries only contain title (no description, as description is at the catalog entry level).

Properties

Name Type Description Notes
title String A short description of the rule.
bindings List<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 List<Object> A Talang expression that will be evaluated in the context of the given event.
effects List<Object> An array of effectful Talang expressions in arrays that will be evaluated when a rule matches.