Flarum (v2.0.0-beta.4)
    Preparing search index...
    interface IHistory {
        back(): void;
        backUrl(): string;
        canGoBack(): boolean;
        getCurrent(): HistoryEntry | null;
        getPrevious(): HistoryEntry | null;
        home(): void;
        push(name: string, title: string, url: string): void;
    }

    Implemented by

    Index

    Methods