Interface: PaletteGroup
Configuration for option group styling.
This interface defines the colors and visual styling for option groups in the configurator, including active, hover, and highlight states. These styles create clear visual cues for interaction with option groups.
Properties
activeColor?
optional
activeColor:string
Color for active option groups.
Used to highlight the currently active or selected option group.
hoverColor?
optional
hoverColor:string
Color for option groups on hover.
Applied when the user hovers over an option group to indicate that it can be interacted with.
hoverGroupTextColor?
optional
hoverGroupTextColor:string
Text color for option groups on hover.
Controls the color of text when hovering over option groups.
openedGroupTextColor?
optional
openedGroupTextColor:string
Text color for opened option groups.
Controls the color of text in option groups that are expanded or opened.
optionGroupHighlightColor?
optional
optionGroupHighlightColor:string
Highlight color for option groups.
Used to draw attention to specific option groups, such as those with required selections.
optionGroupHoverColor?
optional
optionGroupHoverColor:string
Hover color for option groups.
An alternative or supplementary hover effect color for option groups.