Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpressionFilterGroup

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

Hierarchy

  • ExpressionFilterGroup

Index

Properties

Properties

Optional end

end: number

The index of the last FilterClause in this group

Optional level

level: number

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

Optional start

start: number

The index of the first FilterClause in this group

Generated using TypeDoc