Update API doc
parent
5432887c99
commit
097525b558
|
@ -10439,7 +10439,7 @@
|
|||
"description": "Used to pass attributes to the preview's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "panel",
|
||||
"name": "overlay",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "ColorPickerPassThroughOptionType",
|
||||
|
@ -10623,6 +10623,15 @@
|
|||
"readonly": false,
|
||||
"type": "any",
|
||||
"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."
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue