Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
CommentThread
Interface CommentThread
interface
CommentThread
{
canReply
:
boolean
|
CommentAuthorInformation
;
collapsibleState
?:
CommentThreadCollapsibleState
;
comments
:
undefined
|
Comment
[]
;
commentThreadHandle
:
number
;
contextValue
:
undefined
|
string
;
controllerHandle
:
number
;
extensionId
?:
string
;
input
?:
CommentInput
;
isDisposed
:
boolean
;
label
:
undefined
|
string
;
onDidChangeCanReply
:
Event
<
boolean
|
CommentAuthorInformation
>
;
onDidChangeCollapsibleState
:
Event
<
undefined
|
CommentThreadCollapsibleState
,
>
;
onDidChangeComments
:
Event
<
undefined
|
Comment
[]
>
;
onDidChangeInput
:
Event
<
undefined
|
CommentInput
>
;
onDidChangeLabel
:
Event
<
undefined
|
string
>
;
onDidChangeRange
:
Event
<
undefined
|
Range
>
;
onDidChangeState
:
Event
<
undefined
|
CommentThreadState
>
;
range
:
undefined
|
Range
;
resource
:
null
|
string
;
state
?:
CommentThreadState
;
threadId
:
string
;
}
Implemented by
CommentThreadImpl
Index
Properties
can
Reply
collapsible
State?
comments
comment
Thread
Handle
context
Value
controller
Handle
extension
Id?
input?
is
Disposed
label
on
Did
Change
Can
Reply
on
Did
Change
Collapsible
State
on
Did
Change
Comments
on
Did
Change
Input
on
Did
Change
Label
on
Did
Change
Range
on
Did
Change
State
range
resource
state?
thread
Id
Properties
can
Reply
canReply
:
boolean
|
CommentAuthorInformation
Optional
collapsible
State
collapsibleState
?:
CommentThreadCollapsibleState
comments
comments
:
undefined
|
Comment
[]
comment
Thread
Handle
commentThreadHandle
:
number
context
Value
contextValue
:
undefined
|
string
controller
Handle
controllerHandle
:
number
Optional
extension
Id
extensionId
?:
string
Optional
input
input
?:
CommentInput
is
Disposed
isDisposed
:
boolean
label
label
:
undefined
|
string
on
Did
Change
Can
Reply
onDidChangeCanReply
:
Event
<
boolean
|
CommentAuthorInformation
>
on
Did
Change
Collapsible
State
onDidChangeCollapsibleState
:
Event
<
undefined
|
CommentThreadCollapsibleState
>
on
Did
Change
Comments
onDidChangeComments
:
Event
<
undefined
|
Comment
[]
>
on
Did
Change
Input
onDidChangeInput
:
Event
<
undefined
|
CommentInput
>
on
Did
Change
Label
onDidChangeLabel
:
Event
<
undefined
|
string
>
on
Did
Change
Range
onDidChangeRange
:
Event
<
undefined
|
Range
>
on
Did
Change
State
onDidChangeState
:
Event
<
undefined
|
CommentThreadState
>
range
range
:
undefined
|
Range
resource
resource
:
null
|
string
Optional
state
state
?:
CommentThreadState
thread
Id
threadId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Reply
collapsible
State
comments
comment
Thread
Handle
context
Value
controller
Handle
extension
Id
input
is
Disposed
label
on
Did
Change
Can
Reply
on
Did
Change
Collapsible
State
on
Did
Change
Comments
on
Did
Change
Input
on
Did
Change
Label
on
Did
Change
Range
on
Did
Change
State
range
resource
state
thread
Id
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...