Name | Type | Default |
---|---|---|
color | String | '#ff0000' |
Sets or gets the
|
||
colorMode | enum:ColorPickerColorMode | 'saturation' |
enum ColorPickerColorMode {
hue, saturation } Sets or gets the
|
||
disabled | Boolean | false |
Sets or gets the
|
||
height | Size | null |
Sets or gets the
|
||
showTransparent | Boolean | false |
Sets or gets the
|
||
width | Size | null |
Sets or gets the
|
||
Events |
||
colorchange | Event | |
This event is triggered when a new color is picked. Code examples
Bind to the
|
||
Methods |
||
Name | Return Type | Arguments |
getColor | Any | None |
|
||
setColor | Void | color: Any |
|