Interface: CodeRange
Defined in: components/code/src/code-range.ts:7
A range over a code document. Lines and columns are 1-indexed.
endLine/endCol may be Infinity to mean "to the end of the line" or
"to the end of the document".
Properties
endCol
endCol:
number
Defined in: components/code/src/code-range.ts:11
endLine
endLine:
number
Defined in: components/code/src/code-range.ts:10
startCol
startCol:
number
Defined in: components/code/src/code-range.ts:9
startLine
startLine:
number
Defined in: components/code/src/code-range.ts:8