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
|`displaySize`|`boolean`\|`integer`\| 'collapsed' \| 'expanded' |`false`| Whether display the size of `Object`, `Array`. |
57
57
|`collapseStringsAfterLength`|`integer`|`99`| When an integer value is assigned, strings longer than that length will be truncated and indicated by an ellipsis. To expand or collapse the string content, simply click on the string value. |
58
58
|`collapseStringMode`|`'directly'`\|`'word'`\|`'address'`|`'directly'`| If the `word` is assigned, the collapsed length will be adjusted to fully display the last word.(English only) |
|`customizeNode`|`ReactElement`\|`ReactComponent`\|`Options`| - | Highly customize every node. |
66
-
|`customizeCopy`(canary)|`(node: any) => any`| internal stringify | Customize copy behavior, only the returned non-empty string will be written to clipboard. |
66
+
|`customizeCopy`|`(node: any) => any`| internal stringify | Customize copy behavior, only the returned non-empty string will be written to clipboard. |
67
67
68
68
### Collapsed function
69
69
```ts
@@ -166,7 +166,7 @@ react-json-view does not support React 18.
0 commit comments