CommentThread
A collection of comments representing a conversation at a particular range in a document.
Properties
Link copied to clipboard
Whether the thread should be collapsed or expanded when opening the document. Defaults to Collapsed.
Link copied to clipboard
The ordered comments of the thread.
Link copied to clipboard
Context value of the comment thread. This can be used to contribute thread specific actions. For example, a comment thread is given a context value as editable
. When contributing actions to comments/commentThread/title
using menus
extension point, you can specify context value for key commentThread
in when
expression like commentThread == editable
.
Link copied to clipboard
The optional human-readable label describing the Comment Thread
Link copied to clipboard
The optional state of a comment thread, which may affect how the comment is displayed.