KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
RangePosition
Interface RangePosition
A position that is part of a range.
interface
RangePosition
{
column
:
number
;
line
:
number
;
}
Index
Properties
column
line
Properties
column
column
:
number
The column number in the input.
line
line
:
number
The line number in the input.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
column
line
Github
KC's Workspace
Loading...
A position that is part of a range.