Interface IContentItemData
A structure defining the common parameters of text elements and images.
Package: @aurigma/design-atoms-interfaces
Properties
fillColor
The fill color. The default value is "rgba(0, 0, 0, 0)".
Declaration
fillColor?: string;
Property Value
| Type | Description |
|---|---|
| string | The fill color. The default value is |
maskOpacity
The mask opacity of an item. The default value is 0.45.
Declaration
maskOpacity?: number;
Property Value
| Type | Description |
|---|---|
| number | The mask opacity of an item. The default value is |