Search
Loading...
Skip to content

Type Alias: BlurType

type BlurType =
| BlurTypeShorthand
| BlurTypeLonghand;

The block type IDs for the blur blocks. These are the IDs used to create new blurs using cesdk.engine.block.createBlur(id). Refer to BlurTypeShorthand and BlurTypeLonghand for more details.