type DesignBlockType = | DesignBlockTypeShorthand | DesignBlockTypeLonghand;
The block type IDs for the top-level design blocks. These are the IDs used to create new blocks
using cesdk.engine.block.create(id)
.
Refer to DesignBlockTypeShorthand and DesignBlockTypeLonghand for more details.