Plumile JS API
    Preparing search index...

    Type Alias HistoryDebugContext

    Callback function for history changes. Called whenever the browser location changes.

    The new browser location

    Whether to force a re-render even if the path is the same

    type HistoryDebugContext = {
        historyIndex?: number;
        origin?: string;
        trigger?: string;
    }
    Index

    Properties

    historyIndex?: number
    origin?: string
    trigger?: string