Interface IItemData
Package: @aurigma/design-atoms-model
Properties
altColor
Declaration
altColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
borderColor
Declaration
borderColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
color
Declaration
color?: string;
Property Value
| Type | Description |
|---|---|
| string |
fillColor
Declaration
fillColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
font
Declaration
font?: IFontSettings;
Property Value
| Type | Description |
|---|---|
| IFontSettings |
horozontalLineColor
Declaration
horozontalLineColor?: string;
Property Value
| Type | Description |
|---|---|
| string |
leading
Declaration
leading?: number;
Property Value
| Type | Description |
|---|---|
| number |
opacity
Declaration
opacity?: number;
Property Value
| Type | Description |
|---|---|
| number |
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 |