Sanity Library Reference Docs
    Preparing search index...

    Preview frame history update

    type HistoryUpdate = {
        title?: string;
        type: "push" | "pop" | "replace";
        url: string;
    }
    Index

    Properties

    Properties

    title?: string
    type: "push" | "pop" | "replace"
    url: string