Interface VisibleArea

Visible area

interface VisibleArea {
    height: number;
    left: number;
    top: number;
    width: number;
}

Properties

Properties

height: number

Visible height of the element

left: number

Coordinates relative to the top left corner of the element from which it is visible

top: number

Coordinates relative to the top left corner of the element from which it is visible

width: number

Visible width of the element

Generated using TypeDoc