ThreadedComment

ThreadedComment class

Represents the threaded comment.

class ThreadedComment;

Properties

PropertyTypeDescription
rownumberReadonly. Gets the row index of the comment.
columnnumberReadonly. Gets the column index of the comment.
notesstringGets and sets the text of the comment.
authorThreadedCommentAuthorGets the author of the comment.
createdTimeDateGets 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;