CommentThreadContext interface

Properties

filePath

File path relative to the root of the repository. It's up to the client to use any path format.

leftFileEnd

Position of last character of the thread's span in left file.

leftFileStart

Position of first character of the thread's span in left file.

rightFileEnd

Position of last character of the thread's span in right file.

rightFileStart

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

Property Value