Skip to content

Commit 6a97f9f

Browse files
committed
Update node property documentation
1 parent 58b5ebe commit 6a97f9f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ All node objects **must** have a unique `value`. This value is serialized into t
108108

109109
Individual nodes within the `nodes` property can have the following structure:
110110

111-
| Property | Type | Description |
112-
| ----------- | ------ | ------------------------------- |
113-
| `label` | mixed | **Required**. The node's label. |
114-
| `value` | mixed | **Required**. The node's value. |
115-
| `children` | array | An array of child nodes. |
116-
| `className` | string | A className to add to the node. |
117-
| `disabled` | bool | Disable node. |
118-
| `icon` | mixed | A custom icon for the node. |
111+
| Property | Type | Description |
112+
| ----------- | ------ | ------------------------------------ |
113+
| `label` | mixed | **Required**. The node's label. |
114+
| `value` | mixed | **Required**. The node's value. |
115+
| `children` | array | An array of child nodes. |
116+
| `className` | string | A className to add to the node. |
117+
| `disabled` | bool | Whether the node should be disabled. |
118+
| `icon` | mixed | A custom icon for the node. |

0 commit comments

Comments
 (0)