ExpressionFilterModel interface
This class represents the Subscription Filter associated with a subscription in a user readable format e.g. "filterModel":{ "clauses":[ { "logicalOperator":"", "fieldName":"PortfolioProject", "operator":"=", "value":"@@MyProjectName@@", "index":1 } ], "groups":[ ], "maxGroupLevel":0 }
Properties
clauses | Flat list of clauses in this subscription |
groups | Grouping of clauses in the subscription |
max |
Max depth of the Subscription tree |
Property Details
clauses
Flat list of clauses in this subscription
clauses: ExpressionFilterClause[]
Property Value
groups
Grouping of clauses in the subscription
groups: ExpressionFilterGroup[]
Property Value
maxGroupLevel
Max depth of the Subscription tree
maxGroupLevel: number
Property Value
number