CommentPosition interface
Properties
| line | The line number of a thread's position. Starts at 1. |
| offset | The character offset of a thread's position inside of a line. Starts at 1. |
Property Details
line
The line number of a thread's position. Starts at 1.
line: number
Property Value
number
offset
The character offset of a thread's position inside of a line. Starts at 1.
offset: number
Property Value
number