mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #4739 - For ContextMenu
This commit is contained in:
parent
ad9b437003
commit
661048609e
5 changed files with 3 additions and 33 deletions
1
components/lib/contextmenu/ContextMenu.d.ts
vendored
1
components/lib/contextmenu/ContextMenu.d.ts
vendored
|
@ -241,6 +241,7 @@ export interface ContextMenuProps {
|
|||
global?: boolean | undefined;
|
||||
/**
|
||||
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
|
||||
* @deprecated since v3.40.0.
|
||||
* @defaultValue true
|
||||
*/
|
||||
exact?: boolean | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue