Skip to main content

au-widget-color-picker/IColorPickerConfig

Interfaces

IColor

Provides color properties.

Properties

displayColor
displayColor: string;

The color preview.

preselected?
optional preselected?: boolean;

If true, highlights this color when the color picker opens.

props?
optional props?: any;
value
value: string;

The color value in the CSS format.


IColorPickerConfig

Provides properties for a color picker.

Properties

colors
colors: IColor[];

An array of colors available for user selection by the user.

displayColor
displayColor: string;

The preview of the selected color.

text
text: string;

A text hint.

Was this page helpful?