Fixed #4780 - TabMenu/Steps: active option for item templating

This commit is contained in:
tugcekucukoglu 2023-11-09 11:44:31 +03:00
parent da0b83ec08
commit fad8a9a0ae
4 changed files with 14 additions and 2 deletions

View file

@ -203,6 +203,14 @@ export interface TabMenuSlots {
* Menuitem instance
*/
item: MenuItem;
/**
* Index of the menuitem
*/
index: number;
/**
* Current active state of the menuitem
*/
active: boolean;
/**
* Label property of the menuitem
*/