Fixed #4764 - ContextMenu: hasSubmenu options for item templating

This commit is contained in:
tugcekucukoglu 2023-11-07 09:40:48 +03:00
parent 01af58f917
commit a59b595334
2 changed files with 5 additions and 1 deletions

View file

@ -290,6 +290,10 @@ export interface ContextMenuSlots {
* Label property of the menuitem
*/
label: string | ((...args: any) => string) | undefined;
/**
* Whether or not there is a submenu
*/
hasSubmenu: boolean;
/**
* Binding properties of the menuitem
*/