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

Hierarchy

Properties

x y

Properties