Search
Loading...
Skip to content

Interface: EditorPlugin

Represents an editor plugin. This interface defines the structure of an editor plugin, including its name, version, and initialization function.

Properties#

PropertyType
namestring
versionstring
initialize(context) => void