Skip to main content

IColorMappingEntry

@spartanfx/react v1.2.2


@spartanfx/react / index / IColorMappingEntry

Interface: IColorMappingEntry

Extended color entry that specifies both a background and an optional text color.

Properties

Required

PropertyTypeDescription
backgroundstring | ColorBackground color for the category (hex string or RGB tuple).

Appearance & theming

PropertyTypeDescription
textColor?string | ColorOptional text color override for the category (hex string or RGB tuple).