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`(canary)|`boolean`\|`integer`\| 'collapsed' \| 'expanded' |`false`| Whether display the size of `Object`, `Array`. |
52
+
|`displaySize`|`boolean`\|`integer`\| 'collapsed' \| 'expanded' |`false`| Whether display the size of `Object`, `Array`. |
53
53
|`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. |
54
54
|`collapseStringMode`|`'directly'`\|`'word'`\|`'address'`|`'directly'`| If the `word` is assigned, the collapsed length will be adjusted to fully display the last word.(English only) |
55
55
|`collapsed`|`boolean`\|`integer`\|`function`|`false`| When set to true(false), all nodes will be (not) collapsed by default. When using an integer value, it will collapse at a specific depth. The collapsed also can be a function. |
0 commit comments