Search
Loading...
Skip to content

Type Alias: ShapeTypeShorthand

type ShapeTypeShorthand = "rect" | "line" | "ellipse" | "polygon" | "star" | "vector_path";

The shorthand block type IDs for the shape blocks. These are the IDs used to create new shapes using cesdk.engine.block.createShape(id).