Vizzu / Modules / plugins / PluginMeta
Interface: PluginMeta
plugins.PluginMeta
Plugin metainfo.
Properties
depends
• Optional
depends: string
[]
List of plugins this plugin depends on. Dependent plugins should be registered beforehand.
name
• Optional
name: string
Name of the plugin. If not set, the class name will be used with a lowercase first char.
version
• Optional
version: string
Version of the plugin. Not used for now.