Update API doc

pull/3997/head
GitHub Actions Bot 2023-05-24 12:11:33 +00:00
parent 78b43c6d11
commit dfeaf7fe7c
1 changed files with 11 additions and 3 deletions

View File

@ -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": []