findPartialMatches Method
Find a tool by its localized keyin using a FuzzySearch
findPartialMatches(keyin: string): FuzzySearchResults<>
@note  Make sure the i18n resources are all loaded (e.g. await IModelApp.i81n.waitForAllRead()) before calling this method.
| Parameter | Type | Description | 
|---|---|---|
| keyin | string | the localized keyin string of the Tool. | 
Returns - FuzzySearchResults<>
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.