api
Summary
API manipulates the list of loaded plugins and exposes their APIs.
Item Index
Methods
- addPlugin
- getApi static
- getCoreApi static
- getPlugin static
- getPlugins static
Properties
Methods
addPlugin
Syntax
addPlugin
(
-
plugin
Summary
Adds a plugin to the list of plugins.
Parameters:
-
plugin
PluginThe plugin to add
getApi
Syntax
getApi
(
PluginApi
static
-
name
Summary
Gets API of a plugin.
Parameters:
-
name
StringThe plugin's name
Returns:
PluginApi:
The plugin's API
getCoreApi
Syntax
getCoreApi
()
PluginApi
static
Summary
Gets core plugin's API.
Returns:
PluginApi:
The core plugin's API