ExpressionFilterGroup interface
Represents a hierarchy of SubscritionFilterClauses that have been grouped together through either adding a group in the WebUI or using parethesis in the Subscription condition string
end | The index of the last FilterClause in this group |
level | Level of the group, since groups can be nested for each nested group the level will increase by 1 |
start | The index of the first FilterClause in this group |
The index of the last FilterClause in this group
end: number
Property Value
number
Level of the group, since groups can be nested for each nested group the level will increase by 1
level: number
Property Value
number
The index of the first FilterClause in this group
start: number
Property Value
number