const SHAPE_TYPES: readonly ["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).
const SHAPE_TYPES: readonly ["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).