Fixed #4826 - PanelMenu: new multiple property

This commit is contained in:
tugcekucukoglu 2023-11-15 17:51:22 +03:00
parent e474d11e9d
commit 75d9f53133
3 changed files with 22 additions and 2 deletions

View file

@ -256,6 +256,11 @@ export interface PanelMenuProps {
* @type {PanelMenuExpandedKeys}
*/
expandedKeys?: PanelMenuExpandedKeys;
/**
* When enabled, multiple root menuitems can be activated at the same time.
* @defaultValue false
*/
multiple?: boolean | undefined;
/**
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
* @deprecated since v3.40.0.