Files
react-test/docs/pages/material-ui/api/table-cell.json
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

137 lines
4.2 KiB
JSON

{
"props": {
"align": {
"type": {
"name": "enum",
"description": "'center'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'justify'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right'"
},
"default": "'inherit'"
},
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"component": { "type": { "name": "elementType" } },
"padding": {
"type": {
"name": "enum",
"description": "'checkbox'<br>&#124;&nbsp;'none'<br>&#124;&nbsp;'normal'"
}
},
"scope": { "type": { "name": "string" } },
"size": {
"type": {
"name": "union",
"description": "'medium'<br>&#124;&nbsp;'small'<br>&#124;&nbsp;string"
}
},
"sortDirection": {
"type": { "name": "enum", "description": "'asc'<br>&#124;&nbsp;'desc'<br>&#124;&nbsp;false" }
},
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'body'<br>&#124;&nbsp;'footer'<br>&#124;&nbsp;'head'<br>&#124;&nbsp;string"
}
}
},
"name": "TableCell",
"imports": [
"import TableCell from '@mui/material/TableCell';",
"import { TableCell } from '@mui/material';"
],
"classes": [
{
"key": "alignCenter",
"className": "MuiTableCell-alignCenter",
"description": "Styles applied to the root element if `align=\"center\"`.",
"isGlobal": false
},
{
"key": "alignJustify",
"className": "MuiTableCell-alignJustify",
"description": "Styles applied to the root element if `align=\"justify\"`.",
"isGlobal": false
},
{
"key": "alignLeft",
"className": "MuiTableCell-alignLeft",
"description": "Styles applied to the root element if `align=\"left\"`.",
"isGlobal": false
},
{
"key": "alignRight",
"className": "MuiTableCell-alignRight",
"description": "Styles applied to the root element if `align=\"right\"`.",
"isGlobal": false
},
{
"key": "body",
"className": "MuiTableCell-body",
"description": "Styles applied to the root element if `variant=\"body\"` or `context.table.body`.",
"isGlobal": false
},
{
"key": "footer",
"className": "MuiTableCell-footer",
"description": "Styles applied to the root element if `variant=\"footer\"` or `context.table.footer`.",
"isGlobal": false
},
{
"key": "head",
"className": "MuiTableCell-head",
"description": "Styles applied to the root element if `variant=\"head\"` or `context.table.head`.",
"isGlobal": false
},
{
"key": "paddingCheckbox",
"className": "MuiTableCell-paddingCheckbox",
"description": "Styles applied to the root element if `padding=\"checkbox\"`.",
"isGlobal": false
},
{
"key": "paddingNone",
"className": "MuiTableCell-paddingNone",
"description": "Styles applied to the root element if `padding=\"none\"`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiTableCell-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "sizeMedium",
"className": "MuiTableCell-sizeMedium",
"description": "Styles applied to the root element if `size=\"medium\"`.",
"isGlobal": false
},
{
"key": "sizeSmall",
"className": "MuiTableCell-sizeSmall",
"description": "Styles applied to the root element if `size=\"small\"`.",
"isGlobal": false
},
{
"key": "stickyHeader",
"className": "MuiTableCell-stickyHeader",
"description": "Styles applied to the root element if `context.table.stickyHeader={true}`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiTableCell",
"forwardsRefTo": "HTMLTableCellElement",
"filename": "/packages/mui-material/src/TableCell/TableCell.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>",
"cssComponent": false
}