mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update API doc
This commit is contained in:
parent
3f56ca656d
commit
025d79d375
1 changed files with 24 additions and 16 deletions
|
@ -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": []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue