Skip to content

TypedShapeV4

type TypedShapeV4 =
| CurveItemSvgV4
| RectangleItemV4
| CurveItemV4
| EllipseItemV4
| (LineItem & {
itemType: "shape";
});

Defined in: types/CimDocV4.ts:68

Type declaration

itemType

itemType: "shape";