Search
Loading...
Skip to content

Type Alias: DropShadowOptions

type DropShadowOptions = object;

Options for configuring drop shadow effects on blocks.

Properties#

PropertyTypeDescription
color?ColorThe color of the drop shadow
offset?objectThe offset position of the shadow
offset.x?numberHorizontal offset in scene design units
offset.y?numberVertical offset in scene design units
blur?objectThe blur radius of the shadow
blur.x?numberHorizontal blur radius in scene design units
blur.y?numberVertical blur radius in scene design units