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
f6743c521f
commit
cdf9fb547c
1 changed files with 18 additions and 0 deletions
|
@ -134,6 +134,15 @@
|
|||
"readonly": false,
|
||||
"type": "AccordionTabPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to AccordionTab helper components.",
|
||||
"deprecated": "since v3.30.1. Use 'accordiontab' property instead."
|
||||
},
|
||||
{
|
||||
"name": "accordiontab",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "AccordionTabPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to AccordionTab helper components."
|
||||
},
|
||||
{
|
||||
|
@ -38884,6 +38893,15 @@
|
|||
"readonly": false,
|
||||
"type": "TabPanelPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to TabPanel helper components.",
|
||||
"deprecated": "since v3.30.1. Use 'tabpanel' property instead."
|
||||
},
|
||||
{
|
||||
"name": "tabpanel",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TabPanelPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to TabPanel helper components."
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue