Trilium Frontend API
Preparing search index...
<internal>
DomRectLike
Interface DomRectLike
An object that describes properties of
ClientRect
object.
interface
DomRectLike
{
bottom
:
number
;
height
:
number
;
left
:
number
;
right
:
number
;
top
:
number
;
width
:
number
;
}
Index
Properties
bottom
height
left
right
top
width
Properties
Readonly
bottom
bottom
:
number
Readonly
height
height
:
number
Readonly
left
left
:
number
Readonly
right
right
:
number
Readonly
top
top
:
number
Readonly
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
height
left
right
top
width
Trilium Frontend API
Loading...
An object that describes properties of
ClientRectobject.