Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 909 Bytes

File metadata and controls

28 lines (16 loc) · 909 Bytes

Filter

Properties

Name Type Description Notes
type TypeEnum Filter type. One of [contextAttribute, eventProperty, group]
attribute String If not a group node, the context attribute name or event property name to filter on [optional]
op String
values List<Object> The context attribute / event property values or group member nodes
contextKind String For context attribute filters, the context kind. [optional]
negate Boolean If set, then take the inverse of the operator. 'in' becomes 'not in'.

Enum: TypeEnum

Name Value
GROUP "group"
CONTEXT_ATTRIBUTE "contextAttribute"
EVENT_PROPERTY "eventProperty"