You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`data`|[TreeNode](#treenode)`<ID = string>[]`| Yes | An array of `TreeNode` objects |
124
+
|`data`|[TreeNode](#treenodeid--string)`<ID = string>[]`| Yes | An array of `TreeNode` objects |
125
125
|`onCheck`|`(checkedIds: ID[], indeterminateIds: ID[]) => void`| No | Callback when a checkbox state changes |
126
126
|`onExpand`|`(expandedIds: ID[]) => void`| No | Callback when a node is expanded |
127
127
|`preselectedIds`|`ID[]`| No | An array of `id`s that should be pre-selected |
@@ -134,7 +134,7 @@ export function TreeViewUsageExample(){
134
134
|`CheckboxComponent`|`ComponentType<`[CheckBoxViewProps](#checkboxviewprops)`>`| No | A custom checkbox component. Defaults to React Native Paper's Checkbox |
135
135
|`ExpandCollapseIconComponent`|`ComponentType<`[ExpandIconProps](#expandiconprops)`>`| No | A custom expand/collapse icon component |
136
136
|`ExpandCollapseTouchableComponent`|`ComponentType<`[TouchableOpacityProps](https://reactnative.dev/docs/touchableopacity#props)`>`| No | A custom expand/collapse touchable component |
137
-
|`CustomNodeRowComponent`|`React.ComponentType<`[NodeRowProps](#noderowprops)`<ID>>`| No | Custom row item component |
137
+
|`CustomNodeRowComponent`|`React.ComponentType<`[NodeRowProps](#noderowpropsid--string)`<ID>>`| No | Custom row item component |
138
138
139
139
##### Notes
140
140
@@ -257,7 +257,7 @@ Type: `boolean` OR `"indeterminate"`
0 commit comments