openpencil/packages/docs/programmable/sdk/api/components/layer-tree-root.md
2026-03-24 23:24:08 +03:00

15 lines
392 B
Markdown

---
title: LayerTreeRoot
description: Headless structural primitive for layer tree interfaces.
---
# LayerTreeRoot
`LayerTreeRoot` is the SDK primitive for rendering a layer tree with app-owned markup and styling.
Use it when you want reusable tree structure and interaction wiring without built-in presentation.
## Related APIs
- [useSelectionState](../composables/use-selection-state)