RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Interface RUMChangeActionEvent

    interface RUMChangeActionEvent {
        "[eventContextSymbol]": RUMUserInteractionSingleEventContext;
        "browser.frame.instance_id"?: string;
        "browser.frame.parent_instance_id"?: string;
        "browser.is_webdriver"?: boolean;
        "browser.tab.instance_id"?: string;
        "browser.window.device_pixel_ratio"?: number;
        "browser.window.height"?: number;
        "browser.window.width"?: number;
        "characteristics.has_user_interaction": true;
        "characteristics.is_api_reported"?: true;
        "device.battery.level"?: number;
        "device.orientation"?: string;
        "device.screen.height"?: number;
        "device.screen.width"?: number;
        "dom_event.is_trusted": boolean;
        "dt.rum.adk"?: string;
        "dt.rum.agent.type"?: "javascript";
        "dt.rum.agent.version"?: string;
        "dt.rum.application.id"?: string;
        "dt.rum.browser.sid"?: string;
        "dt.rum.event.source.type"?: "hybrid";
        "dt.rum.instance.id"?: string;
        "dt.rum.schema_version": "0.22.0";
        "dt.rum.sid"?: string;
        "dt.rum.user_tag"?: string;
        "dt.support.api.has_dropped_custom_properties"?: boolean;
        "dt.support.api.has_enrich_exception"?: boolean;
        "dt.support.api.overridden_fields"?: string[];
        "dt.support.has_nfn_values"?: boolean;
        duration: number;
        "form_element.css_class"?: string[];
        "form_element.custom_name"?: string;
        "form_element.features"?: string[];
        "form_element.name"?: string;
        "form_element.name_origin"?: string;
        "form_element.properties"?: string[];
        "form_element.xpath"?: string[];
        "interaction.name": CHANGE;
        "label_element.css_class"?: string[];
        "label_element.custom_name"?: string;
        "label_element.features"?: string[];
        "label_element.name"?: string;
        "label_element.name_origin"?: string;
        "label_element.properties"?: string[];
        "label_element.xpath"?: string[];
        "page.detected_name"?: string;
        "page.instance_id"?: string;
        "page.title"?: string;
        "page.url.full"?: string;
        start_time: number;
        "ui_element.alt"?: string;
        "ui_element.ancestor.css_class"?: string[];
        "ui_element.ancestor.custom_name"?: string;
        "ui_element.ancestor.name"?: string;
        "ui_element.ancestor.name_origin"?: string;
        "ui_element.ancestor.tag_name"?: string;
        "ui_element.ancestor.xpath"?: string[];
        "ui_element.css_class"?: string[];
        "ui_element.custom_name"?: string;
        "ui_element.features"?: string[];
        "ui_element.href.full"?: string;
        "ui_element.name": string;
        "ui_element.name_origin": string;
        "ui_element.properties"?: string[];
        "ui_element.src.full"?: string;
        "ui_element.tag_name": string;
        "ui_element.value.content"?: string;
        "ui_element.value.length"?: number;
        "ui_element.value.selection_count"?: number;
        "ui_element.value.type": string;
        "ui_element.value.validity": string[];
        "ui_element.xpath"?: string[];
        "view.detected_name"?: string;
        "view.instance_id"?: string;
        "view.url.full"?: string;
        "visibility.state"?: PageVisibilityState;
        [key: `metadata.${string}`]: string | number | false | true;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: `metadata.${string}`]: string | number | false | true
    Index

    Properties

    [eventContextSymbol] browser.frame.instance_id? browser.frame.parent_instance_id? browser.is_webdriver? browser.tab.instance_id? browser.window.device_pixel_ratio? browser.window.height? browser.window.width? characteristics.has_user_interaction characteristics.is_api_reported? device.battery.level? device.orientation? device.screen.height? device.screen.width? dom_event.is_trusted dt.rum.adk? dt.rum.agent.type? dt.rum.agent.version? dt.rum.application.id? dt.rum.browser.sid? dt.rum.event.source.type? dt.rum.instance.id? dt.rum.schema_version dt.rum.sid? dt.rum.user_tag? dt.support.api.has_dropped_custom_properties? dt.support.api.has_enrich_exception? dt.support.api.overridden_fields? dt.support.has_nfn_values? duration form_element.css_class? form_element.custom_name? form_element.features? form_element.name? form_element.name_origin? form_element.properties? form_element.xpath? interaction.name label_element.css_class? label_element.custom_name? label_element.features? label_element.name? label_element.name_origin? label_element.properties? label_element.xpath? page.detected_name? page.instance_id? page.title? page.url.full? start_time ui_element.alt? ui_element.ancestor.css_class? ui_element.ancestor.custom_name? ui_element.ancestor.name? ui_element.ancestor.name_origin? ui_element.ancestor.tag_name? ui_element.ancestor.xpath? ui_element.css_class? ui_element.custom_name? ui_element.features? ui_element.href.full? ui_element.name ui_element.name_origin ui_element.properties? ui_element.src.full? ui_element.tag_name ui_element.value.content? ui_element.value.length? ui_element.value.selection_count? ui_element.value.type ui_element.value.validity ui_element.xpath? view.detected_name? view.instance_id? view.url.full? visibility.state?

    Properties

    "[eventContextSymbol]": RUMUserInteractionSingleEventContext
    "browser.frame.instance_id"?: string
    "browser.frame.parent_instance_id"?: string
    "browser.is_webdriver"?: boolean
    "browser.tab.instance_id"?: string
    "browser.window.device_pixel_ratio"?: number
    "browser.window.height"?: number
    "browser.window.width"?: number
    "characteristics.has_user_interaction": true
    "characteristics.is_api_reported"?: true
    "device.battery.level"?: number
    "device.orientation"?: string
    "device.screen.height"?: number
    "device.screen.width"?: number
    "dom_event.is_trusted": boolean
    "dt.rum.adk"?: string
    "dt.rum.agent.type"?: "javascript"
    "dt.rum.agent.version"?: string
    "dt.rum.application.id"?: string
    "dt.rum.browser.sid"?: string
    "dt.rum.event.source.type"?: "hybrid"
    "dt.rum.instance.id"?: string
    "dt.rum.schema_version": "0.22.0"
    "dt.rum.sid"?: string
    "dt.rum.user_tag"?: string
    "dt.support.api.has_dropped_custom_properties"?: boolean
    "dt.support.api.has_enrich_exception"?: boolean
    "dt.support.api.overridden_fields"?: string[]
    "dt.support.has_nfn_values"?: boolean
    duration: number
    "form_element.css_class"?: string[]
    "form_element.custom_name"?: string
    "form_element.features"?: string[]
    "form_element.name"?: string
    "form_element.name_origin"?: string
    "form_element.properties"?: string[]
    "form_element.xpath"?: string[]
    "interaction.name": CHANGE
    "label_element.css_class"?: string[]
    "label_element.custom_name"?: string
    "label_element.features"?: string[]
    "label_element.name"?: string
    "label_element.name_origin"?: string
    "label_element.properties"?: string[]
    "label_element.xpath"?: string[]
    "page.detected_name"?: string
    "page.instance_id"?: string
    "page.title"?: string
    "page.url.full"?: string
    start_time: number
    "ui_element.alt"?: string
    "ui_element.ancestor.css_class"?: string[]
    "ui_element.ancestor.custom_name"?: string
    "ui_element.ancestor.name"?: string
    "ui_element.ancestor.name_origin"?: string
    "ui_element.ancestor.tag_name"?: string
    "ui_element.ancestor.xpath"?: string[]
    "ui_element.css_class"?: string[]
    "ui_element.custom_name"?: string
    "ui_element.features"?: string[]
    "ui_element.href.full"?: string
    "ui_element.name": string
    "ui_element.name_origin": string
    "ui_element.properties"?: string[]
    "ui_element.src.full"?: string
    "ui_element.tag_name": string
    "ui_element.value.content"?: string
    "ui_element.value.length"?: number
    "ui_element.value.selection_count"?: number
    "ui_element.value.type": string
    "ui_element.value.validity": string[]
    "ui_element.xpath"?: string[]
    "view.detected_name"?: string
    "view.instance_id"?: string
    "view.url.full"?: string
    "visibility.state"?: PageVisibilityState