Update API doc
parent
8b24f256aa
commit
b3807548f6
|
@ -66836,6 +66836,22 @@
|
|||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When enabled, it removes component related styles in the core."
|
||||
},
|
||||
{
|
||||
"name": "onMouseEnter",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": "",
|
||||
"description": "Used to specify a callback function to be run when the"
|
||||
},
|
||||
{
|
||||
"name": "onMouseLeave",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": "",
|
||||
"description": "Used to specify a callback function to be run when the"
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
Loading…
Reference in New Issue