API Reference > imodeljs-frontend > Plugins > Plugin > onExecute onExecute MethodAbstract Method called immediately following the call to onLoad when the Plugin is first loaded, and also once for each additional call to PluginAdmin.loadPlugin for the same Plugin. onExecute(_args: string[]): void Parameter Type Description _args string[] arguments that were passed to PluginAdmin.loadPlugin. The first argument is the plugin name. Returns - void Defined in core/frontend/src/plugin/Plugin.ts Line 83 Last Updated: 13 June, 2024