|
6 | 6 |
|
7 | 7 | ## Properties
|
8 | 8 |
|
9 |
| -| Property | Attribute | Description | Type | Default | |
10 |
| -| ---------- | ---------- | ---------------------------------------------------------------------------------------- | --------- | ------- | |
11 |
| -| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` | |
12 |
| -| `expanded` | `expanded` | When `true`, the component is expanded. | `boolean` | `false` | |
13 |
| -| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` | |
| 9 | +| Property | Attribute | Description | Type | Default | |
| 10 | +| ------------- | --------------- | -------------------------------------------------------------------------------------------- | ---------------------------- | ----------- | |
| 11 | +| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` | |
| 12 | +| `expanded` | `expanded` | When `true`, the component is expanded. | `boolean` | `false` | |
| 13 | +| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` | |
| 14 | +| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `string` | `undefined` | |
| 15 | +| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` | |
14 | 16 |
|
15 | 17 | ## Slots
|
16 | 18 |
|
17 |
| -| Slot | Description | |
18 |
| -| ------------ | ------------------------------------------------- | |
19 |
| -| | A slot for adding text. | |
20 |
| -| `"children"` | A slot for adding nested `calcite-tree` elements. | |
| 19 | +| Slot | Description | |
| 20 | +| --------------- | ----------------------------------------------------------------------------------------------------- | |
| 21 | +| | A slot for adding text. | |
| 22 | +| `"actions-end"` | A slot for adding actions to the end of the component. It is recommended to use two or fewer actions. | |
| 23 | +| `"children"` | A slot for adding nested `calcite-tree` elements. | |
21 | 24 |
|
22 | 25 | ## Dependencies
|
23 | 26 |
|
|
0 commit comments