ExtensionBlueprintParams
Home > @backstage/frontend-plugin-api
> ExtensionBlueprintParams
An opaque type that represents a set of parameters to be passed to a blueprint.
Signature:
export type ExtensionBlueprintParams<T extends object = object> = {
$$type: '@backstage/BlueprintParams';
T: T;
};
Remarks
Created with createExtensionBlueprintParams().