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
21 lines
903 B
JSON
21 lines
903 B
JSON
{
|
|
"hookDescription": "",
|
|
"parametersDescriptions": {
|
|
"defaultValue": {
|
|
"description": "The default value. Use when the component is not controlled."
|
|
},
|
|
"direction": { "description": "The direction of the text." },
|
|
"onChange": { "description": "Callback invoked when new value is being set." },
|
|
"orientation": { "description": "The component orientation (layout flow direction)." },
|
|
"selectionFollowsFocus": {
|
|
"description": "If <code>true</code> the selected tab changes on focus. Otherwise it only changes on activation."
|
|
},
|
|
"value": {
|
|
"description": "The value of the currently selected <code>Tab</code>. If you don't want any selected <code>Tab</code>, you can set this prop to <code>false</code>."
|
|
}
|
|
},
|
|
"returnValueDescriptions": {
|
|
"contextValue": { "description": "Returns the values to be passed to the tabs provider." }
|
|
}
|
|
}
|