mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #367 - Ability to activate PanelMenu item declaratively or programmatically
This commit is contained in:
parent
62d8c7a448
commit
c04098e4fe
9 changed files with 720 additions and 344 deletions
|
@ -4,6 +4,12 @@ const PanelMenuProps = [
|
|||
type: "array",
|
||||
default: "null",
|
||||
description: "An array of menuitems."
|
||||
},
|
||||
{
|
||||
name: "expandedKeys",
|
||||
type: "array",
|
||||
default: "null",
|
||||
description: "A map of keys to represent the expansion state in controlled mode."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue