Sanity Library Reference Docs
    Preparing search index...
    interface HistoryAdapter {
        subscribe: (navigate: HistoryAdapterNavigate) => () => void;
        update: (update: HistoryUpdate) => void;
    }
    Index

    Properties

    Properties

    subscribe: (navigate: HistoryAdapterNavigate) => () => void
    update: (update: HistoryUpdate) => void