mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
parent
62571db9e3
commit
753abea7ae
4 changed files with 24 additions and 6 deletions
14
components/lib/tieredmenu/TieredMenu.d.ts
vendored
14
components/lib/tieredmenu/TieredMenu.d.ts
vendored
|
@ -86,6 +86,20 @@ export interface TieredMenuSlots {
|
|||
*/
|
||||
active: boolean;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom item icon template.
|
||||
* @param {Object} scope - item icon slot's params.
|
||||
*/
|
||||
itemicon(scope: {
|
||||
/**
|
||||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
/**
|
||||
* Style class of the item icon element.
|
||||
*/
|
||||
class: any;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue