Framework
PluginManifestInfo
Interface: PluginManifestInfo
Minimal plugin manifest info for seed operations. Used during CLI operations (robo add) to seed files and env variables.
This is NOT the runtime manifest. For runtime access, use the Manifest API:
Manifest.routes(namespace, route)- Get handler entriesManifest.hooks(hookType)- Get lifecycle hooksManifest.config()- Get project configManifest.seeds(pluginName)- Get seed configManifest.project()- Get project metadata
Properties
| Property | Type | Description |
|---|---|---|
language | "javascript" | "typescript" | Source language of the plugin |
seed? | ManifestSeed | Seed configuration for the plugin |
