mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
de3aac4fa2
commit
cbb5faf1ea
4 changed files with 25 additions and 6 deletions
9
components/lib/contextmenu/ContextMenu.d.ts
vendored
9
components/lib/contextmenu/ContextMenu.d.ts
vendored
|
@ -73,6 +73,15 @@ export interface ContextMenuSlots {
|
|||
*/
|
||||
item: MenuItem;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom submenu icon template.
|
||||
*/
|
||||
submenuicon(scope: {
|
||||
/**
|
||||
* Whether item is active
|
||||
*/
|
||||
active: boolean;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue