SheetXL - v0.3.20
    Preparing search index...

    For persisting.

    interface JSON {
        content?: any;
        done?: boolean;
        dt?: string | Date;
        id: string;
        mentionsIds?: string[];
        parentId?: string;
        personId: string;
        ref?: ICellRange.RefJSON;
    }
    Index

    Properties

    content?: any

    The content of the comment.

    done?: boolean

    The comment has been marked as done.

    dt?: string | Date

    The date the comment was created.

    id: string

    Required for referencing in replies.

    mentionsIds?: string[]

    An unordered list of mention ids.

    These are not order dependent.

    parentId?: string

    If this is a reply, the id of the parent comment.

    personId: string

    The id for author or the comment the comment.

    The reference for the comment.