Interface IColorPickerConfig
Provides properties for AuWidgetColorPicker.
Package: ui-framework
Properties
colors
An array of colors available for user selection by the user.
Declaration
colors: Array<IColor>
Property Value
Type | Description |
---|---|
Array<IColor> | An array of colors available for user selection by the user. |
displayColor
The preview of the selected color.
Declaration
displayColor: string
Property Value
Type | Description |
---|---|
string | The preview of the selected color. |
text
A text hint.
Declaration
text: string
Property Value
Type | Description |
---|---|
string | A text hint. |