RUM JavaScript API - 1.333.0
    Preparing search index...

    Interface RUMDragActionEvent

    interface RUMDragActionEvent {
        "[eventContextSymbol]": RUMUserInteractionDragEventContext;
        "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;
        drag_resolve: DragResolveResolution;
        "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.23.0";
        "dt.rum.sid"?: string;
        "dt.support.api.has_dropped_custom_properties"?: boolean;
        "dt.support.api.has_dropped_properties"?: boolean;
        "dt.support.api.has_enrich_exception"?: boolean;
        "dt.support.api.overridden_fields"?: string[];
        "dt.support.has_nfn_values"?: boolean;
        duration: number;
        "interaction.name": DRAG;
        "page.detected_name"?: string;
        "page.instance_id"?: string;
        "page.title"?: string;
        "page.url.full"?: string;
        positions: { start_time?: number; x: number; y: number }[];
        start_time: number;
        "ui_element.alt"?: string;
        "ui_element.ancestor.css_class"?: string[];
        "ui_element.ancestor.custom_name"?: string;
        "ui_element.ancestor.detected_name"?: string;
        "ui_element.ancestor.id"?: string;
        "ui_element.ancestor.name_origin"?: string;
        "ui_element.ancestor.tag_name"?: string;
        "ui_element.ancestor.xpath"?: string[];
        "ui_element.ancestor.xpath_shadow_dom"?: string[];
        "ui_element.components"?: string[];
        "ui_element.css_class"?: string[];
        "ui_element.custom_name"?: string;
        "ui_element.detected_name": string;
        "ui_element.features"?: string[];
        "ui_element.href.full"?: string;
        "ui_element.id"?: string;
        "ui_element.name_origin": string;
        "ui_element.properties"?: string[];
        "ui_element.src.full"?: string;
        "ui_element.tag_name": string;
        "ui_element.xpath"?: string[];
        "ui_element.xpath_shadow_dom"?: string[];
        "user_session.id"?: string;
        "user_session.inactive"?: boolean;
        "user_session.sequence_number"?: number;
        "user.anonymous_id"?: string;
        "user.identifier"?: string;
        "view.detected_name"?: string;
        "view.instance_id"?: string;
        "view.url.full"?: string;
        "visibility.state"?: PageVisibilityState;
        [key: `md.${string}`]: string | number | false | true;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: `md.${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 drag_resolve 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.support.api.has_dropped_custom_properties? dt.support.api.has_dropped_properties? dt.support.api.has_enrich_exception? dt.support.api.overridden_fields? dt.support.has_nfn_values? duration interaction.name page.detected_name? page.instance_id? page.title? page.url.full? positions start_time ui_element.alt? ui_element.ancestor.css_class? ui_element.ancestor.custom_name? ui_element.ancestor.detected_name? ui_element.ancestor.id? ui_element.ancestor.name_origin? ui_element.ancestor.tag_name? ui_element.ancestor.xpath? ui_element.ancestor.xpath_shadow_dom? ui_element.components? ui_element.css_class? ui_element.custom_name? ui_element.detected_name ui_element.features? ui_element.href.full? ui_element.id? ui_element.name_origin ui_element.properties? ui_element.src.full? ui_element.tag_name ui_element.xpath? ui_element.xpath_shadow_dom? user_session.id? user_session.inactive? user_session.sequence_number? user.anonymous_id? user.identifier? view.detected_name? view.instance_id? view.url.full? visibility.state?

    Properties

    "[eventContextSymbol]": RUMUserInteractionDragEventContext
    "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
    drag_resolve: DragResolveResolution
    "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.23.0"
    "dt.rum.sid"?: string
    "dt.support.api.has_dropped_custom_properties"?: boolean
    "dt.support.api.has_dropped_properties"?: boolean
    "dt.support.api.has_enrich_exception"?: boolean
    "dt.support.api.overridden_fields"?: string[]
    "dt.support.has_nfn_values"?: boolean
    duration: number
    "interaction.name": DRAG
    "page.detected_name"?: string
    "page.instance_id"?: string
    "page.title"?: string
    "page.url.full"?: string
    positions: { start_time?: number; x: number; y: number }[]
    start_time: number
    "ui_element.alt"?: string
    "ui_element.ancestor.css_class"?: string[]
    "ui_element.ancestor.custom_name"?: string
    "ui_element.ancestor.detected_name"?: string
    "ui_element.ancestor.id"?: string
    "ui_element.ancestor.name_origin"?: string
    "ui_element.ancestor.tag_name"?: string
    "ui_element.ancestor.xpath"?: string[]
    "ui_element.ancestor.xpath_shadow_dom"?: string[]
    "ui_element.components"?: string[]
    "ui_element.css_class"?: string[]
    "ui_element.custom_name"?: string
    "ui_element.detected_name": string
    "ui_element.features"?: string[]
    "ui_element.href.full"?: string
    "ui_element.id"?: string
    "ui_element.name_origin": string
    "ui_element.properties"?: string[]
    "ui_element.src.full"?: string
    "ui_element.tag_name": string
    "ui_element.xpath"?: string[]
    "ui_element.xpath_shadow_dom"?: string[]
    "user_session.id"?: string
    "user_session.inactive"?: boolean
    "user_session.sequence_number"?: number
    "user.anonymous_id"?: string
    "user.identifier"?: string
    "view.detected_name"?: string
    "view.instance_id"?: string
    "view.url.full"?: string
    "visibility.state"?: PageVisibilityState