monaco-review
Preparing search index...
commentReducer
Function commentReducer
commentReducer
(
event
:
ReviewCommentEvent
,
state
:
ReviewCommentStore
,
)
:
{
comments
:
{
[
key
:
string
]:
ReviewCommentState
}
;
deletedCommentIds
:
Set
<
string
>
;
dirtyCommentIds
:
Set
<
string
>
;
events
:
ReviewCommentEvent
[]
;
}
Parameters
event
:
ReviewCommentEvent
state
:
ReviewCommentStore
Returns
{
comments
:
{
[
key
:
string
]:
ReviewCommentState
}
;
deletedCommentIds
:
Set
<
string
>
;
dirtyCommentIds
:
Set
<
string
>
;
events
:
ReviewCommentEvent
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
monaco-review
Loading...