File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ All node objects **must** have a unique `value`. This value is serialized into t
108108
109109Individual 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. |
You can’t perform that action at this time.
0 commit comments