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?
optionalblend?:"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?
optionalopacity?:number
Defined in: attributes/shape/fill/chain.ts:14
space?
optionalspace?:FillSpace
Defined in: attributes/shape/fill/chain.ts:16