17 lines
557 B
JSON
17 lines
557 B
JSON
|
|
{
|
||
|
|
"hookDescription": "",
|
||
|
|
"parametersDescriptions": {
|
||
|
|
"id": { "description": "The id of the TabPanel." },
|
||
|
|
"rootRef": { "description": "The ref of the TabPanel." },
|
||
|
|
"value": {
|
||
|
|
"description": "The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"returnValueDescriptions": {
|
||
|
|
"getRootProps": { "description": "Resolver for the root slot's props." },
|
||
|
|
"hidden": {
|
||
|
|
"description": "If <code>true</code>, it indicates that the tab panel will be hidden."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|