Files
react-test/docs/translations/api-docs/table-pagination-actions/table-pagination-actions.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

34 lines
1.7 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"backIconButtonProps": {
"description": "This prop is an alias for <code>slotProps.previousButton</code> and will be overridden by it if both are used."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"getItemAriaLabel": {
"description": "Accepts a function which returns a string value that provides a user-friendly name for the current page. This is important for screen reader users.<br>For localization purposes, you can use the provided <a href=\"https://mui.com/material-ui/guides/localization/\">translations</a>.",
"typeDescriptions": {
"type": {
"name": "type",
"description": "The link or button type to format (&#39;first&#39; | &#39;last&#39; | &#39;next&#39; | &#39;previous&#39;)."
}
}
},
"nextIconButtonProps": {
"description": "This prop is an alias for <code>slotProps.nextButton</code> and will be overridden by it if both are used."
}
},
"classDescriptions": {},
"slotDescriptions": {
"firstButton": "The component that renders the first button.",
"firstButtonIcon": "The component that renders the first button icon.",
"lastButton": "The component that renders the last button.",
"lastButtonIcon": "The component that renders the last button icon.",
"nextButton": "The component that renders the next button.",
"nextButtonIcon": "The component that renders the next button icon.",
"previousButton": "The component that renders the previous button.",
"previousButtonIcon": "The component that renders the previous button icon."
}
}