type EffectType = | EffectTypeShorthand | EffectTypeLonghand;
The block type IDs for the effect blocks. These are the IDs used to create new effects
using cesdk.engine.block.createEffect(id)
.
Refer to EffectTypeShorthand and EffectTypeLonghand for more details.