Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 359 Bytes

File metadata and controls

14 lines (6 loc) · 359 Bytes

RuleSet

An ordered set of rules. Rules are evaluated top to bottom, and the first one that matches wins.

Properties

Name Type Description Notes
rules List<Rule> Ordered rule list, evaluated top to bottom; the first match wins. [optional]