We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a068c commit 9ec2fc5Copy full SHA for 9ec2fc5
src/lib/JsonView.svelte
@@ -1,6 +1,7 @@
1
<script>
2
-/** @type {*} */
+/** @type {*} - object or array to display */
3
export let json
4
+/** @type {number} - initial expansion depth */
5
export let depth = Infinity
6
export let _cur = 0
7
export let _last = true
0 commit comments