Update API doc

pull/6275/head^2
GitHub Actions Bot 2024-10-01 10:06:27 +00:00
parent 5432887c99
commit 097525b558
1 changed files with 10 additions and 1 deletions

View File

@ -10439,7 +10439,7 @@
"description": "Used to pass attributes to the preview's DOM element." "description": "Used to pass attributes to the preview's DOM element."
}, },
{ {
"name": "panel", "name": "overlay",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "ColorPickerPassThroughOptionType", "type": "ColorPickerPassThroughOptionType",
@ -10623,6 +10623,15 @@
"readonly": false, "readonly": false,
"type": "any", "type": "any",
"default": "", "default": "",
"description": "Style class of the overlay panel.",
"deprecated": "since v4.0. Use 'overlayClass' prop instead."
},
{
"name": "overlayClass",
"optional": true,
"readonly": false,
"type": "any",
"default": "",
"description": "Style class of the overlay panel." "description": "Style class of the overlay panel."
}, },
{ {