CommentThreadContext interface
Properties
file |
File path relative to the root of the repository. It's up to the client to use any path format. |
left |
Position of last character of the thread's span in left file. |
left |
Position of first character of the thread's span in left file. |
right |
Position of last character of the thread's span in right file. |
right |
Position of first character of the thread's span in right file. |
Property Details
filePath
File path relative to the root of the repository. It's up to the client to use any path format.
filePath: string
Property Value
string
leftFileEnd
Position of last character of the thread's span in left file.
leftFileEnd: CommentPosition
Property Value
leftFileStart
Position of first character of the thread's span in left file.
leftFileStart: CommentPosition
Property Value
rightFileEnd
Position of last character of the thread's span in right file.
rightFileEnd: CommentPosition
Property Value
rightFileStart
Position of first character of the thread's span in right file.
rightFileStart: CommentPosition