Sanity App SDK
    Preparing search index...

    Interface RemoveCommentOptionsBeta

    interface RemoveCommentOptions {
        commentId: string;
        dataset?: string;
        perspective?: ReleasePerspective | ClientPerspective;
        projectId?: string;
        resource?: DocumentResource;
        source?: DocumentResource;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Explicit resource object to use for this operation.

    Use resource instead.