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
|`editable`|`boolean`\|<br />`(path, currentValue) => boolean`|`false`| Whether enable edit feature. Provide a function to customize this behavior by returning a boolean based on the value and path. |
19
19
|`defaultInspectDepth`|`number`| 5 | Default inspect depth for nested objects.<br /><br />_\* If the number is set too large, it could result in performance issues._|
20
+
|`defaultInspectControl`|`(path, currentValue) => boolean`| - | Whether expand or collapse a field by default. Using this will override `defaultInspectDepth`. |
20
21
|`maxDisplayLength`|`number`| 30 | Hide items after reaching the count.<br />`Array` and `Object` will be affected.<br /><br />_\* If the number is set too large, it could result in performance issues._|
21
22
|`groupArraysAfterLength`|`number`| 100 | Group arrays after reaching the count.<br />Groups are displayed with bracket notation and can be expanded and collapsed by clicking on the brackets. |
22
23
|`collapseStringsAfterLength`|`number`| 50 | Cut off the string after reaching the count. Collapsed strings are followed by an ellipsis.<br /><br />String content can be expanded and collapsed by clicking on the string value. |
0 commit comments