Skip to main content

Type Plugin

Less than 1 minute

Type Plugin

Declared in packages/sdk/app-framework/src/plugins/PluginHost/plugin.ts:28open in new window and packages/sdk/app-framework/src/plugins/PluginHost/plugin.ts:116open in new window

A unit of containment of modular functionality that can be provided to an application. Plugins provide things like components, state, actions, etc. to the application.

Properties

metaopen in new window

Type: object

providesopen in new window

Type: PluginProvides<TProvides>

Capabilities provided by the plugin.