Sanity Library Reference Docs
    Preparing search index...

    Interface PresentationParams

    All possible parameters that can be used to describe the state of the Presentation tool, stored in the pathname and as search parameters of the URL

    interface PresentationParams {
        changesInspectorTab?: "history" | "review";
        comment?: string;
        id?: 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;
        type?: string;
        version?: string;
        view?: string;
        viewport?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    changesInspectorTab?: "history" | "review"
    comment?: string
    id?: 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
    type?: string
    version?: string
    view?: string
    viewport?: string