Skip to main content

Style

Typeobject
Backlinks9

Define an object style.

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

class​

Required

Type

string

Value

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

"style"

borders​

Required

Description

A list of the border styles of the object.

Type

Array<Border>

fills​

Required

Description

A list of the fill styles of the object.

Type

Array<Fill>

blurs​

Required

Description

A list of the blur styles of the object.

Type

Array<Blur>

shadows​

Required

Description

A list of the shadow styles of the object.

Type

Array<Shadow>