Skip to content

agent-sdk / Exports / IInstalledPluginRecord

Interface: IInstalledPluginRecord

Record of an installed plugin in installed_plugins.json.

Table of contents

Properties

Properties

pluginName

pluginName: string

Defined in

agent-sdk/src/plugins/bundle-plugin-installer.ts:16


marketplace

marketplace: string

Defined in

agent-sdk/src/plugins/bundle-plugin-installer.ts:17


version

version: string

Defined in

agent-sdk/src/plugins/bundle-plugin-installer.ts:18


installPath

installPath: string

Defined in

agent-sdk/src/plugins/bundle-plugin-installer.ts:19


installedAt

installedAt: string

Defined in

agent-sdk/src/plugins/bundle-plugin-installer.ts:20

Released under the MIT License.