PluginContext
Interface: PluginContext
Defined in: CodeBolt/packages/pluginSdk/src/core/PluginClient.ts:96
Context provided to the onStart handler when the plugin receives its start message.
Properties
| Property | Type | Defined in |
|---|---|---|
manifest | any | CodeBolt/packages/pluginSdk/src/core/PluginClient.ts:99 |
pluginDir | string | CodeBolt/packages/pluginSdk/src/core/PluginClient.ts:98 |
pluginId | string | CodeBolt/packages/pluginSdk/src/core/PluginClient.ts:97 |