From 24558f0e3d31162e240d5296a4183f096f6e38c3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 7 Aug 2025 14:00:21 +0200 Subject: [PATCH] changesets: add changesets for frontend-plugin-api tsdocs Signed-off-by: Patrik Oldsberg --- .changeset/whole-glasses-visit.md | 5 +++++ packages/frontend-plugin-api/report.api.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/whole-glasses-visit.md diff --git a/.changeset/whole-glasses-visit.md b/.changeset/whole-glasses-visit.md new file mode 100644 index 0000000000..e318ce5956 --- /dev/null +++ b/.changeset/whole-glasses-visit.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-plugin-api': patch +--- + +Added inline documentation for `createExtension`, `createExtensionBlueprint`, `createFrontendPlugin`, and `createFrontendModule`. diff --git a/packages/frontend-plugin-api/report.api.md b/packages/frontend-plugin-api/report.api.md index 5cc679815d..78c2ba361f 100644 --- a/packages/frontend-plugin-api/report.api.md +++ b/packages/frontend-plugin-api/report.api.md @@ -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 {