Framework
PluginInfo
Information about an installed plugin.
| Property | Type | Description |
|---|
hooks | string[] | Hook types this plugin provides |
name | string | Package name |
namespace | string | Plugin's namespace for routes |
path | string | Path to the plugin (relative to project root) |
prefix? | string | Plugin-declared server prefix (without leading slash, e.g., 'mock') |
routes | string[] | Route names this plugin defines |
version | string | Package version |