DocumentAnnotationComment interface
Comment associated with a document annotation.
Properties
| author | Author of the comment. |
| created |
Date and time when the comment was created. |
| last |
Date and time when the comment was last modified. |
| message | Comment message in Markdown. |
| tags | Tags associated with the comment. |
Property Details
author
Author of the comment.
author?: string
Property Value
string
createdAt
Date and time when the comment was created.
createdAt?: Date
Property Value
Date
lastModifiedAt
Date and time when the comment was last modified.
lastModifiedAt?: Date
Property Value
Date
message
Comment message in Markdown.
message: string
Property Value
string
tags
Tags associated with the comment.
tags?: string[]
Property Value
string[]