platform-bible-utils
    Preparing search index...

    Type Alias LegacyCommentThread

    Represents a comment thread - a collection of related comments

    This is the C# CommentThread type from Paratext.Data.ProjectComments

    type LegacyCommentThread = {
        assignedUser: string;
        biblicalTermId?: string;
        comments: LegacyComment[];
        contextScrTextName?: string;
        id: string;
        isBTNote: boolean;
        isConsultantNote: boolean;
        isSpellingNote: boolean;
        modifiedDate: string;
        replyToUser: string;
        status: CommentStatus;
        type: CommentType;
        verseRef: string;
    }
    Index

    Properties

    assignedUser: string

    User to whom the thread is assigned

    biblicalTermId?: string

    Biblical term ID if this is a biblical term note

    comments: LegacyComment[]

    All comments in this thread

    contextScrTextName?: string

    Name of the context scripture text

    id: string

    Thread identifier (from first comment)

    isBTNote: boolean

    Whether this is a back translation note

    isConsultantNote: boolean

    Whether this is a consultant note

    isSpellingNote: boolean

    Whether this is a spelling note

    modifiedDate: string

    Last modified date (ISO 8601 string)

    replyToUser: string

    User to reply to

    Thread status (aggregated from most recent non-Unspecified comment)

    Thread type (from first comment)

    verseRef: string

    Scripture reference for this thread