monaco-review
Preparing search index...
ReviewCommentStore
Interface ReviewCommentStore
interface
ReviewCommentStore
{
comments
:
Record
<
string
,
ReviewCommentState
>
;
deletedCommentIds
?:
Set
<
string
>
;
dirtyCommentIds
?:
Set
<
string
>
;
events
:
ReviewCommentEvent
[]
;
}
Index
Properties
comments
deleted
Comment
Ids?
dirty
Comment
Ids?
events
Properties
comments
comments
:
Record
<
string
,
ReviewCommentState
>
Optional
deleted
Comment
Ids
deletedCommentIds
?:
Set
<
string
>
Optional
dirty
Comment
Ids
dirtyCommentIds
?:
Set
<
string
>
events
events
:
ReviewCommentEvent
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comments
deleted
Comment
Ids
dirty
Comment
Ids
events
monaco-review
Loading...