Interface: PluginDependency
Plugin dependency definition
Since
v0.27.0
Signature
ts
export interface PluginDependencyProperties
| Name | Type | Description |
|---|---|---|
id | string | Dependency plugin id |
optional (optional) | boolean | Optional dependency flag. If true, the plugin will not throw an error if the dependency is not found |
