File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
docs/documentation/docs/controls Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ The `TreeView` control can be configured with the following properties:
100
100
Enum ` TreeViewSelectionMode `
101
101
102
102
Specifies the selection mode of tree item.
103
+
103
104
| Value |
104
105
| ----------|
105
106
| Single |
@@ -126,7 +127,8 @@ Each tree item in the `treeitems` property is defined as `ITreeItem` as follows:
126
127
Interface ` ITreeItemAction `
127
128
128
129
Specifies the list of actions for the tree item.
129
- | Property | Type | Required | Description |
130
+
131
+ | Property | Type | Required | Description |
130
132
| ----------------------| --------------------------------------| ----------| ----------------------------------------------------------------------------------------------------------------------------|
131
133
| id | string | yes | Unique id of the action. |
132
134
| title | string | yes | Title of the action. |
@@ -138,6 +140,7 @@ Specifies the list of actions for the tree item.
138
140
Enum ` TreeItemActionsDisplayMode `
139
141
140
142
Specifies the display mode of the tree item action.
143
+
141
144
| Value |
142
145
| ----------------|
143
146
| Buttons |
You can’t perform that action at this time.
0 commit comments