Skip to content

Commit 46961ed

Browse files
authored
fix: correct link to react-virtualized props (#349)
1 parent 176b8c3 commit 46961ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class Tree extends Component {
104104
| searchFinishCallback | func | Get the nodes that match the search criteria. Used for counting total matches, etc.<div>`(matches: { node: object, path: number[] or string[], treeIndex: number }[]): void`</div> |
105105
| dndType | string | String value used by [react-dnd](http://react-dnd.github.io/react-dnd/docs-overview.html) (see overview at the link) for dropTargets and dragSources types. If not set explicitly, a default value is applied by react-sortable-tree for you for its internal use. **NOTE:** Must be explicitly set and the same value used in order for correct functioning of external nodes |
106106
| shouldCopyOnOutsideDrop | func or bool | Return true, or a callback returning true, and dropping nodes to react-dnd drop targets outside of the tree will not remove them from the tree. Defaults to `false`. <div>`({ node: object, prevPath: number[] or string[], prevTreeIndex: number, }): bool`</div> |
107-
| reactVirtualizedListProps | object | Custom properties to hand to the [react-sortable-tree list](https://github.com/bvaughn/react-sortable-tree/blob/master/docs/List.md#prop-types) |
107+
| reactVirtualizedListProps | object | Custom properties to hand to the internal [react-virtualized List](https://github.com/bvaughn/react-virtualized/blob/master/docs/List.md#prop-types) |
108108
| style | object | Style applied to the container wrapping the tree (style defaults to `{height: '100%'}`) |
109109
| innerStyle | object | Style applied to the inner, scrollable container (for padding, etc.) |
110110
| className | string | Class name for the container wrapping the tree |

0 commit comments

Comments
 (0)