Interface IColor
Provides properties for AuWidgetColorPicker and AuWidgetColorSelector.
Package: ui-framework
Properties
displayColor
The color preview.
Declaration
displayColor: string
Property Value
Type | Description |
---|---|
string | The color preview. |
preselected
If true
, highlights this color when the color picker opens.
If true
, highlights this color when the color selector opens.
Declaration
preselected?: boolean
Property Value
Type | Description |
---|---|
boolean | If |
props
Declaration
props?: any
Property Value
Type | Description |
---|---|
any |
title
The title preview.
Declaration
title: string
Property Value
Type | Description |
---|---|
string | The title preview. |
value
The color value in the CSS format. The color preview.
Declaration
value: string | string[]
Property Value
Type | Description |
---|---|
string | string[] | The color value in the CSS format. The color preview. |