Interface TopLeft

interface TopLeft {
    left: number;
    top: number;
}

Hierarchy (view full)

Properties

Properties

left: number
top: number