Function getBoundingClientRect

  • Parameters

    • element: 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;
    }

Generated using TypeDoc