Sanity Library Reference Docs
    Preparing search index...

    Interface PresentationStateParams

    Presentation specific state that is stored in the pathname section of the URL

    interface PresentationStateParams {
        id?: string;
        path?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string
    path?: string
    type?: string