GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
codeeditor
CodeEditor
ICoordinate
Interface ICoordinate
An interface describing editor state coordinates.
interface
ICoordinate
{
bottom
:
number
;
left
:
number
;
right
:
number
;
top
:
number
;
}
Hierarchy
Pick
<
DOMRectReadOnly
,
"left"
|
"right"
|
"top"
|
"bottom"
>
ICoordinate
Index
Properties
bottom
left
right
top
Properties
Readonly
bottom
bottom
:
number
MDN Reference
Readonly
left
left
:
number
MDN Reference
Readonly
right
right
:
number
MDN Reference
Readonly
top
top
:
number
MDN Reference
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
left
right
top
GitHub
Jupyter
@jupyterlab
Loading...
An interface describing editor state coordinates.