Skip to content

Wiggle API / RectOptions

Interface: RectOptions

Properties

backdropBlur?

optional backdropBlur?: number

Gaussian blur radius for the content behind the rect (frosted glass).


fill?

optional fill?: Fill


radius?

optional radius?: number

Corner radius in pixels. 0 is a plain rectangle.


size

size: number | [number, number]

A single value for a square, or [width, height].