Type Alias JIIXV2ShapePolygonSquare

JIIXV2ShapePolygonSquare: {
    "bounding-box": undefined | TBox;
    id: string;
    items?: undefined | TJIIXStrokeItem[];
    kind: Square;
    primitives: JIIXV2PrimitiveLine[];
    range?: undefined | JIIXV2Range;
    type: Square;
}