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

Properties

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

Property Details

end

The index of the last FilterClause in this group

end: number

Property Value

number

level

Level of the group, since groups can be nested for each nested group the level will increase by 1

level: number

Property Value

number

start

The index of the first FilterClause in this group

start: number

Property Value

number