Trilium Frontend API
    Preparing search index...

    Interface NavigateEventInit

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

    Hierarchy (View Summary)

    Index

    Properties

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