Search
Loading...
Skip to content

Type Alias: ObjectTypeLonghand

type ObjectTypeLonghand =
| DesignBlockTypeLonghand
| ShapeTypeLonghand
| FillTypeLonghand
| EffectTypeLonghand
| BlurTypeLonghand
| AnimationTypeLonghand;

The longhand block type IDs for all blocks types in the Creative Engine. Those are the Types returned by the engine when calling cesdk.engine.block.getType(blockId) for example.