Type Alias JIIXV2ShapePolygonRhombus

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