Definition of some element's location and rotation in the viewport.

interface ViewportPosition {
    x: number;
    y: number;
}

Hierarchy (view full)

Properties

x y

Properties

x: number

X location

y: number

Y location

Version :