mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4196 - For PanelMenu
This commit is contained in:
parent
501b26039c
commit
10fd09df83
3 changed files with 28 additions and 22 deletions
4
components/lib/panelmenu/PanelMenu.d.ts
vendored
4
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -134,6 +134,10 @@ export interface PanelMenuState {
|
|||
* Defines current options in PanelMenu component.
|
||||
*/
|
||||
export interface PanelMenuContext {
|
||||
/**
|
||||
* Index of the menuitem.
|
||||
*/
|
||||
index: number;
|
||||
/**
|
||||
* Current active state of menuitem as a boolean.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue