RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface RUMSameViewUserActionEventContextExperimental

    The event context for a same-view user action (user interaction followed by a request within the same view).

    User Action events are not supported yet.

    interface RUMSameViewUserActionEventContext {
        request: RUMFetchWebRequestEventContext | RUMXHRWebRequestEventContext;
        subType: SAME_VIEW;
        type: USER_ACTION;
        userInteraction: Event;
    }

    Hierarchy (View Summary)

    Index

    Properties

    subType: SAME_VIEW
    userInteraction: Event