Type Alias: ColorValue
ColorValue = {
hex:string; } | {themeKey:string; }
Defined in: Extensions/ExtensionApiDtos.ts:118
Union Members
Type Literal
{ hex: string; }
'#RRGGBB' or '#RRGGBBAA'.
Type Literal
{ themeKey: string; }
Resolved against the active theme.