Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginApi

PluginApi is a string indexed object allowing access to all registered plugins. Access plugins either through plugin['name'] or plugin.name.

Hierarchy

  • PluginApi

Indexable

[key: string]: Plugin

PluginApi is a string indexed object allowing access to all registered plugins. Access plugins either through plugin['name'] or plugin.name.