You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/apis.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
|`style`|`CSSProperties`| - | Custom style. |
10
10
|`sx`|`SxProps`| - |[The `sx` prop](https://mui.com/system/getting-started/the-sx-prop/) lets you style elements inline, using values from the theme. |
11
11
|`indentWidth`|`number`| 3 | Indent width for nested objects |
|`keyRenderer`|`{when: (props) => boolean}`| - | Customize the rendering of key when`keyRenderer.when` returns `true`. Render `null` in `keyRenderer` will cause the colons to be hidden.|
13
13
|`valueTypes`|`ValueTypes`| - | Customize the definition of data types. See [Defining Data Types](/how-to/data-types)|
14
14
|`enableAdd`|`boolean`\|<br />`(path, currentValue) => boolean`|`false`| Whether enable add feature. Provide a function to customize this behavior by returning a boolean based on the value and path. |
15
15
|`enableDelete`|`boolean`\|<br />`(path, currentValue) => boolean`|`false`| Whether enable delete feature. Provide a function to customize this behavior by returning a boolean based on the value and path. |
0 commit comments