Framework
PluginData
Interface: PluginData
Properties
| Property | Type | Description |
|---|---|---|
hooks? | { path: string; phase: "start" | "transform" | "complete"; priority: number; type: string; }[] | Hook definitions from the plugin |
metaOptions? | PluginMetaOptions | - |
name | string | - |
namespace? | string | Portal namespace for this plugin's routes |
options? | unknown | - |
path? | string | Path to the plugin package |
seed? | { description: string; env: { description: string; variables: Record<string, | string | { description: string; overwrite: boolean; value: string; }>; }; hook: string; } | Seed configuration from the plugin's manifest |
seed.description? | string | - |
seed.env? | { description: string; variables: Record<string, | string | { description: string; overwrite: boolean; value: string; }>; } | - |
seed.env.description? | string | - |
seed.env.variables? | Record<string, | string | { description: string; overwrite: boolean; value: string; }> | - |
seed.hook? | string | - |
version? | string | Plugin version (from package.json) |
