SubCondition Interface
Defines child node specifications which should only be handled when a condition is satisfied.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| condition | undefined | string | Defines a condition for the rule, which needs to be met in order to execute it. | |
| specifications | undefined | ChildNodeSpecification[] | Child node specifications which are used if condition is satisfied | |
| subConditions | undefined | SubCondition[] | Nested sub-conditions |
Defined in
Last Updated: 08 January, 2020