PluginStartupResult
Home > @backstage/backend-app-api > PluginStartupResult
Result of a plugin startup attempt.
Signature:
export interface PluginStartupResult
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ error: Error; allowed: boolean; } |
(Optional) If the startup failed, this contains information about the failure. | ||
|
Results for all modules belonging to this plugin. | |||
|
string |
The ID of the plugin. | ||
|
Date |
The time the plugin startup was completed. |