mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Docapitable options link changed
This commit is contained in:
parent
ae49afb29e
commit
c6f69602c1
4 changed files with 15 additions and 19 deletions
|
@ -15356,6 +15356,13 @@
|
|||
"default": "",
|
||||
"description": "Style class of the menuitem."
|
||||
},
|
||||
{
|
||||
"name": "command",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "disabled",
|
||||
"optional": true,
|
||||
|
@ -15451,21 +15458,7 @@
|
|||
"type": "any"
|
||||
}
|
||||
],
|
||||
"methods": [
|
||||
{
|
||||
"name": "command",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "event",
|
||||
"optional": false,
|
||||
"type": "MenuItemCommandEvent",
|
||||
"description": "Custom command event."
|
||||
}
|
||||
],
|
||||
"returnType": "void",
|
||||
"description": "Callback to execute when item is clicked."
|
||||
}
|
||||
]
|
||||
"methods": []
|
||||
},
|
||||
"MenuItemCommandEvent": {
|
||||
"description": "Custom command event.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue