Sanity Library Reference Docs
    Preparing search index...

    Interface PresentationSearchParams

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

    interface PresentationSearchParams {
        perspective?: string;
        preview?: string;
        viewport?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    perspective?: string
    preview?: string
    viewport?: string