CommentThread$Typings extension
Properties
- canReply ↔ bool
-
Available on CommentThread, provided by the CommentThread$Typings extension
Whether the thread supports reply. Defaults to true.getter/setter pair - collapsibleState ↔ CommentThreadCollapsibleState
-
Available on CommentThread, provided by the CommentThread$Typings extension
Whether the thread should be collapsed or expanded when opening the document. Defaults to Collapsed.getter/setter pair -
comments
↔ List<
Comment> -
Available on CommentThread, provided by the CommentThread$Typings extension
The ordered comments of the thread.getter/setter pair - contextValue ↔ String?
-
Available on CommentThread, provided by the CommentThread$Typings extension
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 aseditable
. When contributing actions tocomments/commentThread/title
usingmenus
extension point, you can specify context value for keycommentThread
inwhen
expression likecommentThread == editable
.getter/setter pair - dispose ↔ void Function()
-
Available on CommentThread, provided by the CommentThread$Typings extension
getter/setter pair - label ↔ String?
-
Available on CommentThread, provided by the CommentThread$Typings extension
The optional human-readable label describing the {@link CommentThread Comment Thread}getter/setter pair - range ↔ Range
-
Available on CommentThread, provided by the CommentThread$Typings extension
The range the comment thread is located within the document. The thread icon will be shown at the last line of the range.getter/setter pair - state ↔ CommentThreadState?
-
Available on CommentThread, provided by the CommentThread$Typings extension
The optional state of a comment thread, which may affect how the comment is displayed.getter/setter pair - uri → Uri
-
Available on CommentThread, provided by the CommentThread$Typings extension
The uri of the document the thread has been created on.no setter