mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update API doc
This commit is contained in:
parent
6e65824aeb
commit
c4e9fc1aba
1 changed files with 30 additions and 0 deletions
|
@ -34404,6 +34404,13 @@
|
|||
"readonly": false,
|
||||
"type": "TabViewPassThroughOptions",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "TabPanelContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -34557,6 +34564,21 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"TabPanelContext": {
|
||||
"description": "Defines current options in TabPanel component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "index",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "number",
|
||||
"default": "",
|
||||
"description": "Current index of the tab."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"TabPanelSlots": {
|
||||
"description": "Defines valid slots in TabPanel slots.",
|
||||
"relatedProp": "",
|
||||
|
@ -34693,6 +34715,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the list's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "tab",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TabPanelPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to TabPanel helper components."
|
||||
},
|
||||
{
|
||||
"name": "inkbar",
|
||||
"optional": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue