Type Alias JIIXV2ShapeLinePolyline

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