mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update PanelMenu.d.ts
This commit is contained in:
parent
8d9b770047
commit
da827209de
1 changed files with 4 additions and 8 deletions
12
components/lib/panelmenu/PanelMenu.d.ts
vendored
12
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -47,22 +47,18 @@ export interface PanelMenuPassThroughOptions {
|
||||||
* Uses to pass attributes to the header action's DOM element.
|
* Uses to pass attributes to the header action's DOM element.
|
||||||
*/
|
*/
|
||||||
headerAction?: PanelMenuPassThroughOptionType;
|
headerAction?: PanelMenuPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the header icon's DOM element.
|
|
||||||
*/
|
|
||||||
headerIcon?: PanelMenuPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the submenuIcon's DOM element.
|
* Uses to pass attributes to the submenuIcon's DOM element.
|
||||||
*/
|
*/
|
||||||
submenuIcon?: PanelMenuPassThroughOptionType;
|
submenuIcon?: PanelMenuPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Uses to pass attributes to the header icon's DOM element.
|
||||||
|
*/
|
||||||
|
headerIcon?: PanelMenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the header label's DOM element.
|
* Uses to pass attributes to the header label's DOM element.
|
||||||
*/
|
*/
|
||||||
headerLabel?: PanelMenuPassThroughOptionType;
|
headerLabel?: PanelMenuPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the submenu icon's DOM element.
|
|
||||||
*/
|
|
||||||
submenuicon?: PanelMenuPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the toggleable content's DOM element.
|
* Uses to pass attributes to the toggleable content's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue