Svelte Tools
1 tool for Svelte component inspection. Registered after detect finds Svelte.
component_svelte_tree
Traverse the Svelte component tree.
| Parameter | Type | Default | Description |
|---|---|---|---|
depth | number | 8 | Tree depth (1-20) |
Returns:
- Component hierarchy
- Props and their current values
- Bindings (
bind:value, etc.) - Context values (
setContext/getContext)