ColorPickerProps
Represents the props of the KendoReact ColorPicker component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabel? |
|
Represent the label of the component. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
className? |
|
Sets additional classes to the ColorPicker. | |
defaultValue? |
|
The default value of the ColorPicker (see example). | |
dir? |
|
Represents the | |
disabled? |
|
Sets the disabled state of the ColorPicker (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
gradientSettings? |
|
Configures the ColorGradient that is displayed in the ColorPicker popup (see example). | |
icon? |
|
Defines the name of an existing icon in the KendoReact theme.
You have to provide only the name of the icon without the | |
iconClassName? |
|
The class name which displays an icon in the ColorPicker button (see example). | |
id? |
|
Specifies the id of the component. | |
onActiveColorClick? |
|
The event handler that will be fired when the left side of the ColorPicker is clicked. | |
onBlur? |
|
The event handler that will be fired when ColorPicker is blurred. | |
onChange? |
|
The event handler that will be fired when the user edits the value. | |
onFocus? |
|
The event handler that will be fired when ColorPicker is focused. | |
open? |
|
Sets the open and close state of the ColorPicker. | |
paletteSettings? |
|
Configures the ColorPalette that is displayed in the ColorPicker popup (see example). | |
popupSettings? |
|
Configures the popup of the ColorPicker. | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
svgIcon? |
|
Defines the SVG icon. | |
tabIndex? |
|
Sets the | |
title? |
|
Sets the | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
value? |
|
Specifies the value of the ColorPicker. Currently, only the RGBA format is supported. | |
view? |
|
Sets the view which the ColorPicker will render in the popup (see example). |