Chartbreaker
    Preparing search index...

    Interface NavigationResult

    interface NavigationResult {
        committed?: Promise<NavigationHistoryEntry>;
        finished?: Promise<NavigationHistoryEntry>;
    }
    Index

    Properties

    committed?: Promise<NavigationHistoryEntry>
    finished?: Promise<NavigationHistoryEntry>