Skip to content

Commit

Permalink
docs: update component READMEs (#5810)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcite-admin authored Nov 24, 2022
1 parent d37cd8d commit 85b8067
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/tree/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

## Properties

| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| `inputEnabled` | `input-enabled` | <span style="color:red">**[DEPRECATED]**</span> Use `selectionMode="ancestors"` for checkbox input.<br/><br/>Display input | `boolean` | `false` |
| `lines` | `lines` | Displays indentation guide lines. | `boolean` | `false` |
| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
| `selectionMode` | `selection-mode` | Customize how the component's selection works. | `TreeSelectionMode.Ancestors \| TreeSelectionMode.Children \| TreeSelectionMode.Multi \| TreeSelectionMode.MultiChildren \| TreeSelectionMode.Multiple \| TreeSelectionMode.None \| TreeSelectionMode.Single` | `TreeSelectionMode.Single` |
| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ---------- |
| `inputEnabled` | `input-enabled` | <span style="color:red">**[DEPRECATED]**</span> Use `selectionMode="ancestors"` for checkbox input.<br/><br/>Display input | `boolean` | `false` |
| `lines` | `lines` | Displays indentation guide lines. | `boolean` | `false` |
| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
| `selectionMode` | `selection-mode` | Customize how the component's selection works. | `"ancestors" \| "children" \| "multi" \| "multichildren" \| "multiple" \| "none" \| "single"` | `"single"` |

## Events

Expand Down

0 comments on commit 85b8067

Please sign in to comment.