interface IRangedCoordinates {
    x: RangeValue;
    y: RangeValue;
}

Hierarchy (view full)

Properties

x y

Properties