Skip to main content
Version: Next

ExtensionBlueprint

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

Signature:

export interface ExtensionBlueprint<T extends ExtensionBlueprintParameters = ExtensionBlueprintParameters> 

Properties

Property

Modifiers

Type

Description

dataRefs

T['dataRefs']

Methods

Method

Description

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.