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
|`src`|`JSON Object`| None | This property contains your input JSON |
46
-
|`dark`|`boolean`| false | Keep in dark mode (Don't forget to import `dark.css`) |
47
-
|`theme`|`default`\|`a11y`\|`github`\|`vscode`\|`atom`\|`winter-is-coming`| 'default' | Color theme |
48
-
|`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. |
49
-
|`collapseStringMode`(@canary)|`directly`\|`word`\|`address`|`directly`| If the `word` is assigned, the collapsed length will be adjusted to fully display the last word.(English only) |
50
-
|`collapseObjectsAfterLength`|`integer`| 99 | When an integer value is assigned, the object and array will initially collapse. |
51
-
|`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. |
52
-
|`enableClipboard`|`boolean`| true | When `prop` is not `false`, users can copy objects and arrays to the clipboard by clicking on it. |
53
-
|`editable`|`boolean`\| {add?: `boolean`, edit?: `boolean`, delete?: `boolean`} | false | When set to true, you can add, edit, or delete the property, and the actions will trigger onAdd, onEdit, or onDelete. Options is available. |
|`src`|`JSON Object`| None | This property contains your input JSON |
46
+
|`dark`|`boolean`| false | Keep in dark mode (Don't forget to import `dark.css`) |
47
+
|`theme`|`default`\|`a11y`\|`github`\|`vscode`\|`atom`\|`winter-is-coming`| 'default' | Color theme |
48
+
|`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. |
49
+
|`collapseStringMode`|`directly`\|`word`\|`address`|`directly`| If the `word` is assigned, the collapsed length will be adjusted to fully display the last word.(English only) |
50
+
|`collapseObjectsAfterLength`|`integer`| 99 | When an integer value is assigned, the object and array will initially collapse. |
51
+
|`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. |
52
+
|`enableClipboard`|`boolean`| true | When `prop` is not `false`, users can copy objects and arrays to the clipboard by clicking on it. |
53
+
|`editable`|`boolean`\| {add?: `boolean`, edit?: `boolean`, delete?: `boolean`} | false | When set to true, you can add, edit, or delete the property, and the actions will trigger onAdd, onEdit, or onDelete. Options is available. |
0 commit comments