IColorMappingEntry
@spartanfx/react / index / IColorMappingEntry
Interface: IColorMappingEntry
Extended color entry that specifies both a background and an optional text color.
Properties
Required
| Property | Type | Description |
|---|---|---|
background | string | Color | Background color for the category (hex string or RGB tuple). |
Appearance & theming
| Property | Type | Description |
|---|---|---|
textColor? | string | Color | Optional text color override for the category (hex string or RGB tuple). |