Sanity Library Reference Docs
    Preparing search index...

    Interface CombinedSearchParams

    All possible URL search parameters used by the Presentation tool

    interface CombinedSearchParams {
        changesInspectorTab?: "history" | "review";
        comment?: string;
        inspect?: string;
        instruction?: string;
        parentRefPath?: string;
        path?: string;
        pathKey?: string;
        perspective?: string;
        preview?: string;
        rev?: string;
        scheduledDraft?: string;
        since?: string;
        template?: string;
        templateParams?: string;
        version?: string;
        view?: string;
        viewport?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    changesInspectorTab?: "history" | "review"
    comment?: string
    inspect?: string
    instruction?: string
    parentRefPath?: string
    path?: string
    pathKey?: string
    perspective?: string
    preview?: string
    rev?: string
    scheduledDraft?: string
    since?: string
    template?: string
    templateParams?: string
    version?: string
    view?: string
    viewport?: string