LogoRobo.js
Framework

PluginData

Interface: PluginData

Properties

PropertyTypeDescription
hooks?{ path: string; phase: "start" | "transform" | "complete"; priority: number; type: string; }[]Hook definitions from the plugin
metaOptions?PluginMetaOptions-
namestring-
namespace?stringPortal namespace for this plugin's routes
options?unknown-
path?stringPath 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?stringPlugin version (from package.json)

On this page