mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Docapitable options link changed
This commit is contained in:
parent
ae49afb29e
commit
c6f69602c1
4 changed files with 15 additions and 19 deletions
3
components/menuitem/MenuItem.d.ts
vendored
3
components/menuitem/MenuItem.d.ts
vendored
|
@ -45,8 +45,9 @@ export interface MenuItem {
|
|||
/**
|
||||
* Callback to execute when item is clicked.
|
||||
* @param {MenuItemCommandEvent} event - Custom command event.
|
||||
* @todo next release should be able to change
|
||||
*/
|
||||
command?(event: MenuItemCommandEvent): void;
|
||||
command?: (event: MenuItemCommandEvent) => void;
|
||||
/**
|
||||
* External link to navigate when item is clicked.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue