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. You can pass a function to customize the result. |
62
+
|`defaultInspectDepth`|`number`| 5 | Default inspect depth for nested objects.<br /><br />_\* If the number is set too large, it could result in performance issues._|
63
+
|`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._|
64
+
|`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. |
65
+
|`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. |
66
+
|`objectSortKeys`|`boolean`|`false`| Whether sort keys through `String.prototype.localeCompare()`|
67
+
|`quotesOnKeys`|`boolean`|`true`| Whether add quotes on keys. |
68
+
|`displayDataTypes`|`boolean`|`true`| Whether display data type labels. |
69
+
|`displayObjectSize`|`boolean`|`true`| Whether display the size of array and object. |
0 commit comments