Skip to content

Commit 6ae805f

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 4466109 commit 6ae805f

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
@@ -112,6 +112,7 @@ plugins: [
112112
| ------------------------ | ------ | --------------------------------------------------------------------------------------- | ---------------------------------------------- | -------- |
113113
| data | normal | JSON data | JSON object | - |
114114
| deep | normal | Data depth, data larger than this depth will not be expanded | number | Infinity |
115+
| deepCollapseChildren | normal | Whether children collapsed by `deep` prop should also be collapsed | boolean | false |
115116
| showLength | normal | Whether to show the length when closed | boolean | false |
116117
| showLine | normal | Whether to show the line | boolean | true |
117118
| showDoubleQuotes | normal | Whether to show doublequotes on key | boolean | true |

0 commit comments

Comments
 (0)