Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 631 Bytes

Plugin.md

File metadata and controls

23 lines (13 loc) · 631 Bytes

Plugin

Plugin A plugin for the Engine API

Properties

Name Type Description Notes
config PluginConfig
enabled Boolean True if the plugin is running. False if the plugin is not running, only installed.
name String name
settings PluginSettings
id String Id [optional]
pluginReference String plugin remote reference used to push/pull the plugin [optional]

Implemented Interfaces

  • Serializable