dacha
    Preparing search index...

    Interface RectangleShapeGeometry

    interface RectangleShapeGeometry {
        size: Point;
        type: "rectangle";
    }
    Index
    size: Point
    type: "rectangle"