dacha
    Preparing search index...

    Interface RoundRectangleShapeGeometry

    interface RoundRectangleShapeGeometry {
        radius: number;
        size: Point;
        type: "roundRectangle";
    }
    Index
    radius: number
    size: Point
    type: "roundRectangle"