CommentTrackingCriteria interface
Comment tracking criteria is used to identify which iteration context the thread has been tracked to (if any) along with some detail about the original position and filename.
first |
The iteration of the file on the left side of the diff that the thread will be tracked to. Threads were tracked if this is greater than 0. |
orig |
Original filepath the thread was created on before tracking. This will be different than the current thread filepath if the file in question was renamed in a later iteration. |
orig |
Original position of last character of the thread's span in left file. |
orig |
Original position of first character of the thread's span in left file. |
orig |
Original position of last character of the thread's span in right file. |
orig |
Original position of first character of the thread's span in right file. |
second |
The iteration of the file on the right side of the diff that the thread will be tracked to. Threads were tracked if this is greater than 0. |
The iteration of the file on the left side of the diff that the thread will be tracked to. Threads were tracked if this is greater than 0.
firstComparingIteration: number
Property Value
number
Original filepath the thread was created on before tracking. This will be different than the current thread filepath if the file in question was renamed in a later iteration.
origFilePath: string
Property Value
string
Original position of last character of the thread's span in left file.
origLeftFileEnd: CommentPosition
Property Value
Original position of first character of the thread's span in left file.
origLeftFileStart: CommentPosition
Property Value
Original position of last character of the thread's span in right file.
origRightFileEnd: CommentPosition
Property Value
Original position of first character of the thread's span in right file.
origRightFileStart: CommentPosition
Property Value
The iteration of the file on the right side of the diff that the thread will be tracked to. Threads were tracked if this is greater than 0.
secondComparingIteration: number
Property Value
number