Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommentThread

Hierarchy

  • CommentThread

Implemented by

Index

Properties

canReply: boolean
commentThreadHandle: number
comments: undefined | Comment[]
contextValue: undefined | string
controllerHandle: number
extensionId?: string
input?: CommentInput
isDisposed: boolean
label: undefined | string
onDidChangeCanReply: Event<boolean>
onDidChangeCollapsibleState: Event<undefined | CommentThreadCollapsibleState>
onDidChangeComments: Event<undefined | Comment[]>
onDidChangeInput: Event<undefined | CommentInput>
onDidChangeLabel: Event<undefined | string>
onDidChangeRange: Event<Range>
onDidChangeState: Event<undefined | CommentThreadState>
range: Range
resource: null | string
threadId: string