mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
menu events added to docs
This commit is contained in:
parent
c59be4f6b2
commit
ad8e7c357a
2 changed files with 37 additions and 0 deletions
|
@ -37,6 +37,17 @@ const MenuProps = [
|
|||
}
|
||||
];
|
||||
|
||||
const MenuEvents = [
|
||||
{
|
||||
name: "show",
|
||||
description: "Callback to invoke when the overlay is shown."
|
||||
},
|
||||
{
|
||||
name: "hide",
|
||||
description: "Callback to invoke when the overlay is hidden."
|
||||
}
|
||||
];
|
||||
|
||||
const MenuSlots = [
|
||||
{
|
||||
name: "item",
|
||||
|
@ -49,6 +60,7 @@ module.exports = {
|
|||
name: "Menu",
|
||||
description: "Menu is a navigation / command component that supports dynamic and static positioning.",
|
||||
props: MenuProps,
|
||||
events: MenuEvents,
|
||||
slots: MenuSlots
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue