mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4632 - Menu components pt context disabled updates
This commit is contained in:
parent
e8acbefd2a
commit
1953c34171
13 changed files with 42 additions and 5 deletions
5
components/lib/menu/Menu.d.ts
vendored
5
components/lib/menu/Menu.d.ts
vendored
|
@ -155,6 +155,11 @@ export interface MenuContext {
|
|||
* @defaultValue false
|
||||
*/
|
||||
focused: boolean;
|
||||
/**
|
||||
* Current disabled state of menuitem as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
disabled: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue