Skip to content

Svelte Tools

1 tool for Svelte component inspection. Registered after detect finds Svelte.

component_svelte_tree

Traverse the Svelte component tree.

ParameterTypeDefaultDescription
depthnumber8Tree depth (1-20)

Returns:

  • Component hierarchy
  • Props and their current values
  • Bindings (bind:value, etc.)
  • Context values (setContext/getContext)

Released under the MIT License.