PluginData
type PluginData = object
Description
The plugin object.
Properties
- url
string
The URL to plugin config.
- guid
string
The plugin identifier. It must be of the asc.{UUID} type.
- canRemoved
boolean
Specifies if the plugin can be removed (true) or not (false).
- obj
object
The {@link /plugin/config config} of the installed plugin. The version is taken from the config and compared with the current one to check for updates.