Rect

interface IRect {
    left: number;
    width: number;
}

Properties

Properties

left: number
width: number