Class: Plugin<PluginConfig>
Alpha
The base plugin class, set of utilities for developing plugins.
Extended by
Type Parameters
| Type Parameter |
|---|
PluginConfig |
Constructors
Constructor
ts
new Plugin<PluginConfig>(config, options): Plugin<PluginConfig>;Alpha
Parameters
| Parameter | Type |
|---|---|
config | PluginConfig |
options | PluginOptions |
Returns
Plugin<PluginConfig>
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
config | readonly | unknown | Alpha |
options | readonly | PluginOptions | Alpha |
version | readonly | number | Alpha |
version | static | number | Alpha |
Methods
getVersion()
ts
getVersion(): number;Alpha
Returns
number