ColorPickerProps
Represents the props of the Kendo UI for Vue ColorPicker component.
Name | Type | Default | Description |
---|---|---|---|
adaptive? |
|
Providing different rendering of the popup element based on the screen dimensions. | |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup. | |
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. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
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:
|
flatColorPickerSettings? |
|
Configures the FlatColorPicker that is displayed in the ColorPicker popup. | |
gradientSettings? |
|
Configures the ColorGradient that is displayed in the ColorPicker popup. | |
icon? |
|
Defines the name of an existing icon in the Kendo UI for Vue theme. (see example). | |
iconClassName? |
|
The class name which displays an icon in the ColorPicker button (see example). | |
id? |
|
Specifies the id of the component. | |
modelRgbaValue? |
|
The model rgba value of the ColorPicker. | |
modelValue? |
|
Specifies the model value of the ColorPicker. | |
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:
|
selectedView? |
|
Sets the ColorPicker selected view index. The default is | |
showButtons? |
|
Specifies whether action buttons will be rendered in the footer. | |
showClearButton? |
|
Specifies whether clear button will be rendered in the header. | |
showPreview? |
|
Specifies whether preview and revert color boxes will be rendered in the header. | |
size? |
|
|
Configures the The available options are:
|
svgIcon? |
|
Defines an SVGIcon to be rendered within the ColorPicker button. | |
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. | |
view? |
|
Sets the view which the ColorPicker will render in the popup (see example). |