@untemps/utils - v3.1.0
Preparing search index...
BoundingClientRectInit
Interface BoundingClientRectInit
Partial bounding rect used to mock getBoundingClientRect in jsdom environments.
interface
BoundingClientRectInit
{
bottom
?:
number
;
height
?:
number
;
left
?:
number
;
right
?:
number
;
top
?:
number
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
bottom?
height?
left?
right?
top?
width?
x?
y?
Properties
Optional
bottom
bottom
?:
number
Optional
height
height
?:
number
Optional
left
left
?:
number
Optional
right
right
?:
number
Optional
top
top
?:
number
Optional
width
width
?:
number
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
height
left
right
top
width
x
y
@untemps/utils - v3.1.0
Loading...
Partial bounding rect used to mock getBoundingClientRect in jsdom environments.