Update API doc

pull/7055/head
GitHub Actions Bot 2025-01-07 11:29:31 +00:00
parent 3f56ca656d
commit 025d79d375
1 changed files with 24 additions and 16 deletions

View File

@ -66805,6 +66805,30 @@
"default": "", "default": "",
"description": "Used to access message options." "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", "name": "dt",
"optional": true, "optional": true,
@ -66836,22 +66860,6 @@
"type": "boolean", "type": "boolean",
"default": "false", "default": "false",
"description": "When enabled, it removes component related styles in the core." "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": [] "methods": []