Sanity Library Reference Docs
    Preparing search index...

    Interface StructureDocumentPaneParams

    Document Pane specific URL search parameters, they should not persist when navigating between the document pane and document list pane

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

    Hierarchy (View Summary)

    Index

    Properties

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