Tree Item
API reference
calcite-tree-item
Properties
Property | Attribute | Description | Type | Values |
---|---|---|---|---|
expanded | expanded | Expanded state of the item. | true false | |
selected | selected | Selected state of the item. | true false |
Slots
Name | Description |
---|---|
default (unnamed) | A slot for adding content to the item. |
children | A slot for adding nested `calcite-tree` elements. |