Skip to main content
Version: 1.0.7

IColorMappingEntry

@spartanfx/react v1.0.7


@spartanfx/react / IColorMappingEntry

Interface: IColorMappingEntry

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

Properties

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