Skip to content

Vizzu


Vizzu / plugins / PluginMeta

Interface: 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.