Update API doc
parent
5432887c99
commit
097525b558
|
@ -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."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue