Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
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."
|
|
}
|
|
}
|
|
}
|