Sanity App SDK
    Preparing search index...

    Interface ResolveCommentsOptionsBeta

    interface ResolveCommentsOptions {
        dataset?: string;
        documentId: string;
        documentType: string;
        fieldPath?: string | Path;
        liveEdit?: boolean;
        perspective?: ReleasePerspective | ClientPerspective;
        projectId?: string;
        resource?: DocumentResource;
        signal?: AbortSignal;
        source?: DocumentResource;
        status?: CommentStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataset?: string
    documentId: string
    documentType: string
    fieldPath?: string | Path

    Narrow to one field. Omit to get every comment on the document.

    liveEdit?: boolean

    Indicates whether this document uses liveEdit mode. When true, the document does not use the draft/published model and edits are applied directly to the document.

    perspective?: ReleasePerspective | ClientPerspective
    projectId?: string
    resource?: DocumentResource

    Explicit resource object to use for this operation.

    signal?: AbortSignal

    Use resource instead.

    status?: CommentStatus

    Narrow to open or resolved threads. Omit for both.