Axinom Mosaic Libraries
    Preparing search index...

    Interface NavigationAPI

    interface NavigationAPI {
        cancel: () => void;
        isPaused: () => boolean;
        pause: () => void;
        pausedLocation: () => HistoryLocation | null;
        push: PushOrReplace;
        replace: PushOrReplace;
        resume: () => void;
    }
    Index

    Properties

    cancel: () => void
    isPaused: () => boolean
    pause: () => void
    pausedLocation: () => HistoryLocation | null
    replace: PushOrReplace
    resume: () => void