Update API doc
parent
cfc8674761
commit
78552d81cf
|
@ -120,6 +120,14 @@
|
|||
"type": "AccordionPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the root's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "tab",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "AccordionTabPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to AccordionTab helper components."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -348,6 +356,13 @@
|
|||
"readonly": false,
|
||||
"type": "AccordionPassThroughOptions",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "AccordionTabContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -518,6 +533,21 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"AccordionTabContext": {
|
||||
"description": "Defines current options in AccordionTab component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "index",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "number",
|
||||
"default": "",
|
||||
"description": "Current index of the tab."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"AccordionTabSlots": {
|
||||
"description": "Defines valid slots in AcordionTab slots.",
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Reference in New Issue