A single step of a RUM operation's journey. Matches RUM events either through a list of nodes or through a composite rule; the two are mutually exclusive.

Hierarchy

  • RUMOperationJourneyStep

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

A composite rule combining several predicates. Used as an alternative to nodes on a journey step when several conditions must be matched together, in any order or in a specific order.

The list of nodes that can match this step. Mutually exclusive with composite.

The type of a step within a RUM operation's journey.

Generated using TypeDoc