object

Style

Defines a object style.

Properties
PropertyTypeRequired
classconstRequired
bordersArray<Border>Required
fillsArray<Fill>Required
blursArray<Blur>Required
shadowsArray<Shadow>Required

class

Required

Description

no description

Type

const

Value

constant: the value of this property must be equal to:

json
"style"

borders

Required

Description

An array containing the border styles of the object.

Type

Array<Border>

fills

Required

Description

An array containing the fill effects of the object. When a fill is applied to a group, the fill acts as a tint.

Type

Array<Fill>

blurs

Required

Description

An array containing the blur effects of the object.

Type

Array<Blur>

shadows

Required

Description

An array containing the shadow effects of the object.

Type

Array<Shadow>
Daruma Feedback