Search


Search something to see results

NavigationActivation

interface NavigationActivation {
    entry: NavigationHistoryEntry;
    from: null | NavigationHistoryEntry;
    navigationType: NavigationType;
}

Index

Properties

Properties

Readonlyentry

navigationType: NavigationType