ColorGradientProps
Represents the props of the Kendo UI for Vue ColorGradient 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. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
backgroundColor? |
|
Enables the color contrast tool. Sets the background color that will be compared to the selected value. The tool will calculate the contrast ratio between two colors. Currently, only the RGBA format is supported. | |
class? |
|
Sets additional CSS classes to the ColorGradient. | |
defaultValue? |
|
The default value of the ColorGradient. | |
disabled? |
|
Determines whether the ColorGradient is disabled (more information and example). | |
id? |
|
Specifies the id of the component. | |
innerTabIndex? |
|
Sets tabindex of the inner components of the ColorGradient. | |
modelRgbaValue? |
|
The model rgba value of the ColorGradient. | |
modelValue? |
|
The model value of the ColorGradient. | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value. | |
onFocus? |
|
Represents the focus event. | |
opacity? |
|
Determines whether the alpha slider and the alpha input will be displayed. Defaults to | |
size? |
|
|
Configures the The available options are:
|
tabIndex? |
|
Sets the | |
value? |
|
The value of the ColorGradient. |