interface Box {
    x: Axis;
    y: Axis;
}

Properties

x y

Properties

x: Axis
y: Axis

Generated using TypeDoc