mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
parent
181732c1c8
commit
27c4bbec31
4 changed files with 47 additions and 13 deletions
17
components/lib/menubar/Menubar.d.ts
vendored
17
components/lib/menubar/Menubar.d.ts
vendored
|
@ -60,6 +60,23 @@ export interface MenubarSlots {
|
|||
*/
|
||||
item: MenuItem;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom bar icon template.
|
||||
*/
|
||||
baricon(): VNode[];
|
||||
/**
|
||||
* Custom submenu icon template.
|
||||
*/
|
||||
submenuicon(scope: {
|
||||
/**
|
||||
* Whether item is root
|
||||
*/
|
||||
root: boolean;
|
||||
/**
|
||||
* Whether item is active
|
||||
*/
|
||||
active: boolean;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue