Search
Loading...
Skip to content

Type Alias: FillTypeShorthand

type FillTypeShorthand =
| "color"
| "gradient/linear"
| "gradient/radial"
| "gradient/conical"
| "image"
| "video"
| "pixelStream";

The shorthand block type IDs for the fill blocks. These are the IDs used to create new fills using cesdk.engine.block.createFill(id).