useTreeModelSource Function
Custom hook which creates a TreeModelSource.
useTreeModelSource(dataProvider: TreeDataProvider): TreeModelSource
@note The model source has no direct dependency on the data provider, but we want a fresh model source whenever the data provider changes - that's the reason the hook takes a data provider.
| Parameter | Type | Description | 
|---|---|---|
| dataProvider | TreeDataProvider | 
Returns - TreeModelSource
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.