GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
codeeditor
CodeEditor
IPosition
Interface IPosition
A zero-based position in the editor.
interface
IPosition
{
column
:
number
;
line
:
number
;
}
Hierarchy
JSONObject
IPosition
Index
Properties
column
line
Properties
Readonly
column
column
:
number
The cursor column number.
Readonly
line
line
:
number
The cursor line number.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
column
line
@jupyterlab
Loading...
A zero-based position in the editor.