RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Interface HistoryApiContext

    The context provided when history.pushState or history.replaceState is called.

    interface HistoryApiContext {
        state: unknown;
        url: string | URL;
    }
    Index

    Properties

    Properties

    state: unknown

    The state parameter that History.pushState or History.replaceState was called with.

    url: string | URL

    The url parameter that History.pushState or History.replaceState was called with.