Skip to main content
Version: Next

ExtensionBlueprint

Home > @backstage/frontend-plugin-api > ExtensionBlueprint

Signature:

export interface ExtensionBlueprint<T extends ExtensionBlueprintParameters = ExtensionBlueprintParameters> 

Properties

PropertyModifiersTypeDescription
dataRefsT['dataRefs']

Methods

MethodDescription
make(args)
makeWithOverrides(args)

Creates a new extension from the blueprint.

You must either pass params directly, or define a factory that can optionally call the original factory with the same params.