Chartbreaker
    Preparing search index...

    Interface NavigationCurrentEntryChangeEventInit

    interface NavigationCurrentEntryChangeEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        from: NavigationHistoryEntry;
        navigationType?: NavigationType | null;
    }

    Hierarchy (View Summary)

    • EventInit
      • NavigationCurrentEntryChangeEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    navigationType?: NavigationType | null