display_builder-1.0.x-dev/components/shoelace/tree_item/tree_item.component.yml
components/shoelace/tree_item/tree_item.component.yml
name: Shoelace Tree item
description: A tree item serves as a hierarchical node that lives inside a tree.
links:
- https://shoelace.style/components/tree-item
slots:
title:
title: Title
children:
title: Children
props:
type: object
properties:
id:
title: Id
type: string
icon:
title: Icon name
type: string
expanded:
title: Expanded
type: boolean
