Docapitable options link changed

This commit is contained in:
Bahadır Sofuoğlu 2023-03-08 01:49:05 +03:00
parent ae49afb29e
commit c6f69602c1
4 changed files with 15 additions and 19 deletions

View file

@ -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.",