JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface NavigationCurrentEntryChangeEventInit

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

    Hierarchy (View Summary)

    • EventInit
      • NavigationCurrentEntryChangeEventInit
    Index
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    navigationType?: NavigationType