Skip to content

Commit

Permalink
run docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Aug 20, 2024
1 parent fc829c2 commit 3f81feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/x/api/data-grid/grid-cell-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"import { GridCellParams } from '@mui/x-data-grid'"
],
"properties": {
"api": { "type": { "description": "GridApiCommunity" }, "required": true },
"cellMode": { "type": { "description": "GridCellMode" }, "required": true },
"colDef": { "type": { "description": "GridStateColDef" }, "required": true },
"field": { "type": { "description": "string" }, "required": true },
Expand Down
1 change: 1 addition & 0 deletions docs/translations/api-docs/data-grid/grid-cell-params.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"interfaceDescription": "Object passed as parameter in the column <a href=\"/x/api/data-grid/grid-col-def/\">GridColDef</a> cell renderer.",
"propertiesDescriptions": {
"api": { "description": "GridApi that let you manipulate the grid." },
"cellMode": { "description": "The mode of the cell." },
"colDef": { "description": "The column of the row that the current cell belongs to." },
"field": { "description": "The column field of the cell that triggered the event." },
Expand Down

0 comments on commit 3f81feb

Please sign in to comment.