Skip to content

Commit 5713130

Browse files
JonasDovgrigasp
andauthored
Update packages/itwin/tree-widget/src/tree-widget-react/components/trees/models-tree/UseModelsTree.tsx
Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com>
1 parent 395951b commit 5713130

File tree

1 file changed

+1
-1
lines changed
  • packages/itwin/tree-widget/src/tree-widget-react/components/trees/models-tree

1 file changed

+1
-1
lines changed

packages/itwin/tree-widget/src/tree-widget-react/components/trees/models-tree/UseModelsTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type ModelsTreeFilteringError = "tooManyFilterMatches" | "tooManyInstancesFocuse
3535
/** @beta */
3636
export interface UseModelsTreeProps {
3737
/**
38-
* Optional search string used to filter tree nodes.
38+
* Optional search string used to filter tree nodes by label, as well as highlight matching substrings in the tree.
3939
* Nodes that do not contain this string in their label will be filtered out.
4040
*
4141
* If `getFilteredPaths` function is provided, it will take precedence and automatic filtering by this string will not be applied.

0 commit comments

Comments
 (0)