Fixed #367 - Ability to activate PanelMenu item declaratively or programmatically

This commit is contained in:
Cagatay Civici 2021-05-17 18:44:09 +03:00
parent 62d8c7a448
commit c04098e4fe
9 changed files with 720 additions and 344 deletions

View file

@ -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."
}
];