Sanity Library Reference Docs
    Preparing search index...
    interface EditIntentParameters {
        id: string;
        mode?: string & Record<never, never> | "structure" | "presentation";
        type?: string;
    }
    Index

    Properties

    Properties

    id: string
    mode?: string & Record<never, never> | "structure" | "presentation"

    Requests a Studio edit mode, such as structure or presentation.

    type?: string

    The document schema type, for example post.