Chartbreaker
    Preparing search index...

    Interface NavigateEventInit

    interface NavigateEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        canIntercept?: boolean;
        composed?: boolean;
        destination: NavigationDestination;
        downloadRequest?: string | null;
        formData?: FormData | null;
        hashChange?: boolean;
        hasUAVisualTransition?: boolean;
        info?: any;
        navigationType?: NavigationType;
        signal: AbortSignal;
        sourceElement?: Element | null;
        userInitiated?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    canIntercept?: boolean
    composed?: boolean
    downloadRequest?: string | null
    formData?: FormData | null
    hashChange?: boolean
    hasUAVisualTransition?: boolean
    info?: any
    navigationType?: NavigationType
    signal: AbortSignal
    sourceElement?: Element | null
    userInitiated?: boolean