PluginDescriptor Interface
Packages > @anticrm/platform > PluginDescriptor
A Plugin Descriptor, literally plugin ID + dependencies.
Signature:
export interface PluginDescriptor<S extends Service, D extends PluginDependencies>
Properties #
Property | Type | Description |
---|---|---|
deps | D | |
id | Plugin |