Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
CommentThreadChangedEvent
Interface CommentThreadChangedEvent
interface
CommentThreadChangedEvent
{
added
:
CommentThread
[]
;
changed
:
CommentThread
[]
;
removed
:
CommentThread
[]
;
}
Hierarchy (
View Summary
)
CommentThreadChangedEvent
CommentThreadChangedEventMain
Index
Properties
added
changed
removed
Properties
Readonly
added
added
:
CommentThread
[]
Added comment threads.
Readonly
changed
changed
:
CommentThread
[]
Changed comment threads.
Readonly
removed
removed
:
CommentThread
[]
Removed comment threads.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
added
changed
removed
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Added comment threads.