Search Docs
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#

Property Type
name string
version string
initialize (context) => void