Update MenuItem.d.ts
parent
8210372279
commit
efafe92701
|
@ -5,7 +5,6 @@
|
||||||
* @module menuitem
|
* @module menuitem
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { RouteLocationRaw } from 'vue-router';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom command event.
|
* Custom command event.
|
||||||
|
@ -38,11 +37,6 @@ export interface MenuItem {
|
||||||
* Icon of the item.
|
* Icon of the item.
|
||||||
*/
|
*/
|
||||||
icon?: string | undefined;
|
icon?: string | undefined;
|
||||||
/**
|
|
||||||
* Route configuration such as path, name and parameters.
|
|
||||||
* @deprecated since v3.33.0.
|
|
||||||
*/
|
|
||||||
to?: RouteLocationRaw | undefined;
|
|
||||||
/**
|
/**
|
||||||
* Callback to execute when item is clicked.
|
* Callback to execute when item is clicked.
|
||||||
* @param {MenuItemCommandEvent} event - Custom command event.
|
* @param {MenuItemCommandEvent} event - Custom command event.
|
||||||
|
|
Loading…
Reference in New Issue