ThreadedComment
Contents
[
Hide
]ThreadedComment class
Represents the threaded comment.
class ThreadedComment;
Properties
Property | Type | Description |
---|---|---|
row | number | Readonly. Gets the row index of the comment. |
column | number | Readonly. Gets the column index of the comment. |
notes | string | Gets and sets the text of the comment. |
author | ThreadedCommentAuthor | Gets the author of the comment. |
createdTime | Date | Gets and sets the created time of this threaded comment. |
row
Readonly. Gets the row index of the comment.
row : number;
column
Readonly. Gets the column index of the comment.
column : number;
notes
Gets and sets the text of the comment.
notes : string;
author
Gets the author of the comment.
author : ThreadedCommentAuthor;
createdTime
Gets and sets the created time of this threaded comment.
createdTime : Date;