Skip to content

Commit 3981f85

Browse files
authored
Update README to include deepCollapseChildren
Let the user know about the new prop for collapsing all children at the level below the `deep` prop passed.
1 parent 0cdcfa8 commit 3981f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ plugins: [
106106
| ------------------------ | ------ | --------------------------------------------------------------------------------------- | ---------------------------------------------- | -------- |
107107
| data | normal | JSON data | JSON object | - |
108108
| deep | normal | Data depth, data larger than this depth will not be expanded | number | Infinity |
109+
| deepCollapseChildren | normal | Whether children collapsed by `deep` prop should also be collapsed | boolean | false |
109110
| showLength | normal | Whether to show the length when closed | boolean | false |
110111
| showLine | normal | Whether to show the line | boolean | true |
111112
| showDoubleQuotes | normal | Whether to show doublequotes on key | boolean | true |

0 commit comments

Comments
 (0)