Properties
Private _canReply
_canReply: boolean = true
Private _contextValue
_contextValue: undefined | string
Private _isDisposed
_isDisposed: boolean
Private _label
_label: undefined | string
Private Readonly _onDidUpdateCommentThread
_onDidUpdateCommentThread: Emitter<void> = ...
Private Optional _state
_state?: CommentThreadState
Private acceptInputDisposables
acceptInputDisposables: DisposableCollection = ...
Private Optional collapseState
collapseState?: CommentThreadCollapsibleState
commentHandle
commentHandle: number = 0
Private commentsMap
commentsMap: Map<Comment, number> = ...
Readonly handle
handle: number = ...
Private localDisposables
localDisposables: Disposable[]
Private modifications
modifications: Partial<{ canReply: boolean; collapsibleState: CommentThreadCollapsibleState; comments: Comment[]; contextValue: undefined | string; label: undefined | string; range: Range; state: CommentThreadState }> = ...
Readonly onDidUpdateCommentThread
onDidUpdateCommentThread: Event<void> = ...
Static Private _handlePool
_handlePool: number = 0