- Preparing search index...
- The search index is not available
@fold-dev/core
Function getBoundingClientRect
- getBoundingClientRect(element): {
bottom: undefined;
height: undefined;
left: undefined;
right: undefined;
top: undefined;
width: undefined;
x?: undefined;
y?: undefined;
} | {
bottom: any;
height: any;
left: any;
right: any;
top: any;
width: any;
x: any;
y: any;
}
-
Returns {
bottom: undefined;
height: undefined;
left: undefined;
right: undefined;
top: undefined;
width: undefined;
x?: undefined;
y?: undefined;
} | {
bottom: any;
height: any;
left: any;
right: any;
top: any;
width: any;
x: any;
y: any;
}