We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395951b commit 5713130Copy full SHA for 5713130
packages/itwin/tree-widget/src/tree-widget-react/components/trees/models-tree/UseModelsTree.tsx
@@ -35,7 +35,7 @@ type ModelsTreeFilteringError = "tooManyFilterMatches" | "tooManyInstancesFocuse
35
/** @beta */
36
export interface UseModelsTreeProps {
37
/**
38
- * Optional search string used to filter tree nodes.
+ * Optional search string used to filter tree nodes by label, as well as highlight matching substrings in the tree.
39
* Nodes that do not contain this string in their label will be filtered out.
40
*
41
* If `getFilteredPaths` function is provided, it will take precedence and automatic filtering by this string will not be applied.
0 commit comments