Files
backstage/.changeset/update-app-visualizer-header-action.md
T
Patrik Oldsberg e220589506 frontend-plugin-api: remove defineParams from PluginHeaderActionBlueprint
Replace the defineParams + createExtensionBlueprintParams pattern with
inline param types on the factory, matching PageBlueprint, SubPageBlueprint,
and other blueprints. Update the app-visualizer usage accordingly.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-19 13:43:08 +01:00

129 B

@backstage/plugin-app-visualizer
@backstage/plugin-app-visualizer
patch

Updated PluginHeaderActionBlueprint usage to pass params as a plain object.