changesets: add changesets for frontend-plugin-api tsdocs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-08-07 14:00:21 +02:00
parent bd55cc941f
commit 24558f0e3d
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Added inline documentation for `createExtension`, `createExtensionBlueprint`, `createFrontendPlugin`, and `createFrontendModule`.
+3 -3
View File
@@ -393,7 +393,7 @@ export { createApiFactory };
export { createApiRef };
// @public (undocumented)
// @public
export function createExtension<
UOutput extends ExtensionDataRef,
TInputs extends {
@@ -688,7 +688,7 @@ export interface CreateFrontendFeatureLoaderOptions {
>;
}
// @public (undocumented)
// @public
export function createFrontendModule<
TId extends string,
TExtensions extends readonly ExtensionDefinition[] = [],
@@ -707,7 +707,7 @@ export interface CreateFrontendModuleOptions<
pluginId: TPluginId;
}
// @public (undocumented)
// @public
export function createFrontendPlugin<
TId extends string,
TRoutes extends {