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

    Interface RUMNavigationWebRequestEventContext

    The event context for a navigation event.

    interface RUMNavigationWebRequestEventContext {
        navigationTiming?: PerformanceNavigationTiming;
        subType: NAVIGATION;
        type: REQUEST;
    }

    Hierarchy (View Summary)

    Index

    Properties

    navigationTiming?: PerformanceNavigationTiming
    subType: NAVIGATION
    type: REQUEST