RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface RUMHardNavigationUserActionEventContextExperimental

    The event context for a hard navigation user action (page load).

    User Action events are not supported yet.

    interface RUMHardNavigationUserActionEventContext {
        navigationTiming?: PerformanceNavigationTiming;
        subType: HARD_NAVIGATION;
        type: USER_ACTION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    navigationTiming?: PerformanceNavigationTiming