Update API doc
parent
3f56ca656d
commit
025d79d375
|
@ -66805,6 +66805,30 @@
|
|||
"default": "",
|
||||
"description": "Used to access message options."
|
||||
},
|
||||
{
|
||||
"name": "onMouseEnter",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": "",
|
||||
"description": "Used to specify a callback function to be run when the mouseenter event is fired on the message component."
|
||||
},
|
||||
{
|
||||
"name": "onMouseLeave",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": "",
|
||||
"description": "Used to specify a callback function to be run when the mouseleave event is fired on the message component."
|
||||
},
|
||||
{
|
||||
"name": "onClick",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": "",
|
||||
"description": "Used to specify a callback function to be run when the click event is fired on the message component."
|
||||
},
|
||||
{
|
||||
"name": "dt",
|
||||
"optional": true,
|
||||
|
@ -66836,22 +66860,6 @@
|
|||
"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