Type Alias: ChainableFill
ChainableFill =
FillProp|FillChain| (FillProp|FillChain)[]
Defined in: attributes/shape/fill/chain.ts:105
Accepted shapes for a node's fill prop.
Can be a single fill, a FillChain builder result, or an array mixing
plain fills with chains (each chain contributes all its layers in place):
Fill.image('bg.jpg') ['#e8c584', Fill.image('bg.jpg')] ['#e8c584', ...Fill.image('bg.jpg')]