GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
completer
Completer
ICursorSpan
Interface ICursorSpan
A cursor span.
interface
ICursorSpan
{
end
:
number
;
start
:
number
;
[
key
:
string
]:
JSONValue
;
}
Hierarchy
JSONObject
ICursorSpan
Indexable
[
key
:
string
]:
JSONValue
Index
Properties
end
start
Properties
end
end
:
number
The end position of the cursor.
start
start
:
number
The start position of the cursor.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
start
GitHub
Jupyter
@jupyterlab
Loading...
A cursor span.