docx
    Preparing search index...

    Type Alias ICommentThreadData

    Thread data for a single comment, used to build commentsExtended.xml.

    type ICommentThreadData = {
        done?: boolean;
        paraId: string;
        parentParaId?: string;
    }
    Index

    Properties

    done?: boolean

    Whether the thread is resolved (maps to w15:done: "1"/"0")

    paraId: string

    8-character uppercase hex identifier linking to w14:paraId on the comment's paragraph

    parentParaId?: string

    paraId of the parent comment for reply threading (maps to w15:paraIdParent)