interface CommentPosition {
    line?: number;
    offset?: number;
}

Properties

Properties

line?: number

The line number of a thread's position. Starts at 1.

offset?: number

The character offset of a thread's position inside of a line. Starts at 1.