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 |
Represents an editor plugin. This interface defines the structure of an editor plugin, including its name, version, and initialization function.
Property | Type |
---|---|
name | string |
version | string |
initialize | (context ) => void |