LogoRobo.js
Framework

PluginInfo

Interface: PluginInfo

Information about an installed plugin.

Properties

PropertyTypeDescription
hooksstring[]Hook types this plugin provides
namestringPackage name
namespacestringPlugin's namespace for routes
pathstringPath to the plugin (relative to project root)
prefix?stringPlugin-declared server prefix (without leading slash, e.g., 'mock')
routesstring[]Route names this plugin defines
versionstringPackage version

On this page