Class ItemData
Package: @aurigma/design-atoms-model
Properties
altColor
Declaration
altColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
barcodeColor
Declaration
barcodeColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
borderColor
Declaration
borderColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
borderWidth
Declaration
borderWidth?: number;
Property Value
| Type | Description |
|---|---|
| number |
clipartColors
Declaration
clipartColors?: string[];
Property Value
| Type | Description |
|---|---|
| string[] |
color
Declaration
color?: string;
Property Value
| Type | Description |
|---|---|
| string |
content
Declaration
content?: ItemData;
Property Value
| Type | Description |
|---|---|
| ItemData |
fillColor
Declaration
fillColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
font
Declaration
font?: FontSettings;
Property Value
| Type | Description |
|---|---|
| FontSettingsData |
horizontalLineColor
Declaration
horizontalLineColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
leading
Declaration
leading?: number;
Property Value
| Type | Description |
|---|---|
| number |
opacity
Declaration
opacity?: number;
Property Value
| Type | Description |
|---|---|
| number |
shadow
Declaration
shadow?: ShadowSettings;
Property Value
| Type | Description |
|---|---|
| ShadowSettingsData |
stroke
Declaration
stroke?: StrokeSettings;
Property Value
| Type | Description |
|---|---|
| StrokeSettingsData |
textFillColor
Declaration
textFillColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
tracking
Declaration
tracking?: number;
Property Value
| Type | Description |
|---|---|
| number |
underline
Declaration
underline?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
verticalLineColor
Declaration
verticalLineColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
visible
Declaration
visible?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |