mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4780 - TabMenu/Steps: active option for item templating
This commit is contained in:
parent
da0b83ec08
commit
fad8a9a0ae
4 changed files with 14 additions and 2 deletions
4
components/lib/steps/Steps.d.ts
vendored
4
components/lib/steps/Steps.d.ts
vendored
|
@ -180,6 +180,10 @@ export interface StepsSlots {
|
|||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
/**
|
||||
* Current active state of the menuitem
|
||||
*/
|
||||
active: boolean;
|
||||
/**
|
||||
* Label property of the menuitem
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue