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

@ -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.
*/