API Reference > imodeljs-frontend > Tools > ToolRegistry > run run Method Look up a tool by toolId and, if found, create an instance with the supplied arguments and run it. run(toolId: string, ...args: any[]): boolean Parameter Type Description toolId string toolId of the immediate tool ...args any[] arguments to pass to the constructor, and to run. Returns - boolean true if the tool was found and successfully run. Defined in core/frontend/src/tools/Tool.ts Line 785 Last Updated: 13 June, 2024