Attributes of a DEM journey variant.

Hierarchy

  • DemVariantAttributes

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
filter?: string

An optional RUM query filter to scope this variant.

name: string

The name of the variant.

rumSteps: DemRumStep[]

List of RUM journey steps.

Generated using TypeDoc