mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4190 - For Dock
This commit is contained in:
parent
5130a1e9db
commit
6d2f17501e
2 changed files with 12 additions and 7 deletions
4
components/lib/dock/Dock.d.ts
vendored
4
components/lib/dock/Dock.d.ts
vendored
|
@ -104,6 +104,10 @@ export interface DockContext {
|
|||
* Current index of the menuitem.
|
||||
*/
|
||||
index: number;
|
||||
/**
|
||||
* Current menuitem
|
||||
*/
|
||||
item: any;
|
||||
/**
|
||||
* Current active state of menuitem as a boolean.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue