Fixed #4750 - PanelMenu: isActive options for item templating

This commit is contained in:
tugcekucukoglu 2023-11-03 15:54:49 +03:00
parent 4d4fe141d4
commit a2316e8385
3 changed files with 14 additions and 2 deletions

View file

@ -295,6 +295,10 @@ export interface PanelMenuSlots {
* Menuitem instance
*/
item: MenuItem;
/**
* Current active state of the menuitem
*/
isActive: boolean;
/**
* Label property of the menuitem
*/