Skip to content

Plugin Class

The base class for various plugins, which can be inherited to implement custom plugins.

Constructor

constructor

params: (imageMark: ImageMark)

an ImageMark instance as a parameter.

Static Properties

pluginName

The name of the plugin, string type, required.

Instance Properties

imageMark

The ImageMark instance to which the plugin belongs.

Methods

destroy

Destroys the plugin instance.