mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4190 - For TieredMenu
This commit is contained in:
parent
daf6034d98
commit
b701c0443e
2 changed files with 21 additions and 11 deletions
8
components/lib/tieredmenu/TieredMenu.d.ts
vendored
8
components/lib/tieredmenu/TieredMenu.d.ts
vendored
|
@ -135,6 +135,14 @@ export interface TieredMenuState {
|
|||
* Defines current options in TieredMenu component.
|
||||
*/
|
||||
export interface TieredMenuContext {
|
||||
/**
|
||||
* Current menuitem
|
||||
*/
|
||||
item: any;
|
||||
/**
|
||||
* 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