monaco-review
Preparing search index...
ReviewComment
Interface ReviewComment
interface
ReviewComment
{
author
:
string
|
undefined
;
dt
:
number
|
undefined
;
id
:
string
;
lineNumber
:
number
;
parentId
?:
string
;
selection
:
CodeSelection
|
undefined
;
status
:
ReviewCommentStatus
;
text
:
string
;
type
:
ReviewCommentType
;
typeState
:
unknown
;
}
Index
Properties
author
dt
id
line
Number
parent
Id?
selection
status
text
type
type
State
Properties
author
author
:
string
|
undefined
dt
dt
:
number
|
undefined
id
id
:
string
line
Number
lineNumber
:
number
Optional
parent
Id
parentId
?:
string
selection
selection
:
CodeSelection
|
undefined
status
status
:
ReviewCommentStatus
text
text
:
string
type
type
:
ReviewCommentType
type
State
typeState
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
dt
id
line
Number
parent
Id
selection
status
text
type
type
State
monaco-review
Loading...