mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
46f63c068e
commit
2d114831e0
3 changed files with 22 additions and 8 deletions
14
components/lib/contextmenu/ContextMenu.d.ts
vendored
14
components/lib/contextmenu/ContextMenu.d.ts
vendored
|
@ -73,6 +73,20 @@ export interface ContextMenuSlots {
|
|||
*/
|
||||
item: MenuItem;
|
||||
}): 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[];
|
||||
/**
|
||||
* Custom submenu icon template.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue