Skip to main content

Interface: FillOptions

Defined in: attributes/shape/fill/chain.ts:13

Cross-cutting options shared by every fill layer. These map onto the opacity / blend fields each fill prop already accepts, plus the space directive carried generically by the registry.

Properties

blend?

optional blend?: "color" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "normal"

Defined in: attributes/shape/fill/chain.ts:15


opacity?

optional opacity?: number

Defined in: attributes/shape/fill/chain.ts:14


space?

optional space?: FillSpace

Defined in: attributes/shape/fill/chain.ts:16