Sanity Library Reference Docs
    Preparing search index...

    Interface CommentThreadItemBeta

    interface CommentThreadItem {
        breadcrumbs: CommentListBreadcrumbs;
        commentsCount: number;
        fieldPath: string;
        hasReferencedValue: boolean;
        parentComment: CommentDocument;
        replies: CommentDocument[];
        threadId: string;
    }
    Index

    Properties

    commentsCount: number
    fieldPath: string
    hasReferencedValue: boolean
    parentComment: CommentDocument
    replies: CommentDocument[]
    threadId: string