mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #4750 - PanelMenu: isActive options for item templating
This commit is contained in:
parent
4d4fe141d4
commit
a2316e8385
3 changed files with 14 additions and 2 deletions
4
components/lib/panelmenu/PanelMenu.d.ts
vendored
4
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -295,6 +295,10 @@ export interface PanelMenuSlots {
|
|||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
/**
|
||||
* Current active state of the menuitem
|
||||
*/
|
||||
isActive: boolean;
|
||||
/**
|
||||
* Label property of the menuitem
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue