mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
70980de77a
commit
428dbe0469
107 changed files with 753 additions and 753 deletions
14
components/lib/tabmenu/TabMenu.d.ts
vendored
14
components/lib/tabmenu/TabMenu.d.ts
vendored
|
@ -55,31 +55,31 @@ export interface TabMenuPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabMenuPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tablists DOM element.
|
||||
* Used to pass attributes to the tablist's DOM element.
|
||||
*/
|
||||
tablist?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item itemIcons DOM element.
|
||||
* Used to pass attributes to the item itemIcon's DOM element.
|
||||
*/
|
||||
itemIcon?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inkbars DOM element.
|
||||
* Used to pass attributes to the inkbar's DOM element.
|
||||
*/
|
||||
activeBar?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue