|
10 | 10 | "field": { "type": { "description": "string" }, "required": true }, |
11 | 11 | "getActions": { |
12 | 12 | "type": { |
13 | | - "description": "(params: GridRowParams<R>) => React.ReactElement<GridActionsCellItemProps>[]" |
| 13 | + "description": "(params: GridRowParams<R>) => readonly React.ReactElement<GridActionsCellItemProps>[]" |
14 | 14 | }, |
15 | 15 | "required": true |
16 | 16 | }, |
|
37 | 37 | "display": { "type": { "description": "'text' | 'flex'" } }, |
38 | 38 | "editable": { "type": { "description": "boolean" }, "default": "false" }, |
39 | 39 | "filterable": { "type": { "description": "boolean" }, "default": "true" }, |
40 | | - "filterOperators": { "type": { "description": "GridFilterOperator<R, V, F>[]" } }, |
| 40 | + "filterOperators": { |
| 41 | + "type": { "description": "readonly GridFilterOperator<R, V, F>[]" } |
| 42 | + }, |
41 | 43 | "flex": { "type": { "description": "number" } }, |
42 | 44 | "getApplyQuickFilterFn": { "type": { "description": "GetApplyQuickFilterFn<R, V>" } }, |
43 | 45 | "getSortComparator": { |
|
89 | 91 | "resizable": { "type": { "description": "boolean" }, "default": "true" }, |
90 | 92 | "sortable": { "type": { "description": "boolean" }, "default": "true" }, |
91 | 93 | "sortComparator": { "type": { "description": "GridComparatorFn<V>" } }, |
92 | | - "sortingOrder": { "type": { "description": "GridSortDirection[]" } }, |
| 94 | + "sortingOrder": { "type": { "description": "readonly GridSortDirection[]" } }, |
93 | 95 | "valueFormatter": { "type": { "description": "GridValueFormatter<R, V, F>" } }, |
94 | 96 | "valueGetter": { "type": { "description": "GridValueGetter<R, V, F>" } }, |
95 | 97 | "valueParser": { "type": { "description": "GridValueParser<R, V, F>" } }, |
|
0 commit comments