Skip to main content
Version: Next

PluginStartupResult

Home > @backstage/backend-app-api > PluginStartupResult

Result of a plugin startup attempt.

Signature:

export interface PluginStartupResult 

Properties

Property

Modifiers

Type

Description

failure?

{ error: Error; allowed: boolean; }

(Optional) If the startup failed, this contains information about the failure.

modules

ModuleStartupResult[]

Results for all modules belonging to this plugin.

pluginId

string

The ID of the plugin.

resultAt

Date

The time the plugin startup was completed.