Type alias RUMOperationJourneyCompositeRuleKind

RUMOperationJourneyCompositeRuleKind: typeof ALL_OF | typeof IN_ORDER | UnparsedObject

The rule used to combine the composite rule's predicates. all_of requires every predicate to match, in any order. in_order requires every predicate to match in the given order.

Generated using TypeDoc