A dynamic configuration option that extracts a value at runtime using a specified strategy.

Hierarchy

  • RumSdkConfigDynamicOption

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

The element attribute to read. Used when strategy is dom.

A serialized regex used as an extractor in dynamic options.

key?: string

The localStorage key to read. Required when strategy is localStorage.

name?: string

The cookie name to read. Required when strategy is cookie.

path?: string

The JavaScript path used to extract the value. Required when strategy is js.

The type identifier for a dynamic option. Always dynamic.

selector?: string

The CSS selector to read from the page. Required when strategy is dom.

The strategy used to extract the dynamic value.

Generated using TypeDoc