Update API doc
parent
78b43c6d11
commit
dfeaf7fe7c
|
@ -9012,7 +9012,7 @@
|
|||
"description": "Uses to pass attributes to the color's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "colorHandler",
|
||||
"name": "colorHandle",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "ColorPickerPassThroughOptionType",
|
||||
|
@ -9028,8 +9028,8 @@
|
|||
"description": "Uses to pass attributes to the hue's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "hueHandler",
|
||||
"optional": true,
|
||||
"name": "hueHandle",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "ColorPickerPassThroughOptionType",
|
||||
"default": "",
|
||||
|
@ -9157,6 +9157,14 @@
|
|||
"type": "ColorPickerPassThroughOptions",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||
},
|
||||
{
|
||||
"name": "unstyled",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When enabled, it removes component related styles in the core."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
Loading…
Reference in New Issue