mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update API doc
This commit is contained in:
parent
e83481fe4a
commit
5130a1e9db
1 changed files with 16 additions and 0 deletions
|
@ -14249,6 +14249,22 @@
|
|||
"description": "Defines current options in ContextMenu component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "item",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"default": "",
|
||||
"description": "Current menuitem"
|
||||
},
|
||||
{
|
||||
"name": "index",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "number",
|
||||
"default": "",
|
||||
"description": "Index of the menuitem"
|
||||
},
|
||||
{
|
||||
"name": "active",
|
||||
"optional": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue