A serialized regex used as an extractor in dynamic options.

Hierarchy

  • RumSdkConfigSerializedRegex

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

The type identifier for a serialized regex. Always regex.

value: string

The regex pattern used for extraction.

Generated using TypeDoc