mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #4826 - PanelMenu: new multiple property
This commit is contained in:
parent
e474d11e9d
commit
75d9f53133
3 changed files with 22 additions and 2 deletions
5
components/lib/panelmenu/PanelMenu.d.ts
vendored
5
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue