<script lang="ts">
import { TreeChevron } from '@geoffcox/sterling-svelte';
</script>
<TreeChevron />| Property Name | Type | Default | Comment | |
|---|---|---|---|---|
| expanded | boolean | null | undefined | false | When true and hasChildren is true, indicates the item is expanded. | |
| hasChildren | boolean | null | undefined | false | When true, indicates the item can be expanded. Otherwise, indicates the item is a leaf. |
<div class="sterling-tree-chevron"></div>