update API reports for extension param overrides

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-09-18 12:39:47 +02:00
parent 323aae85e7
commit 0a5ec34668
16 changed files with 471 additions and 37 deletions
+15
View File
@@ -36,6 +36,11 @@ const _default: FrontendPlugin<
{}
>;
inputs: {};
params: {
title: string;
icon: IconComponent;
routeRef: RouteRef<undefined>;
};
}>;
'page:user-settings': ExtensionDefinition<{
config: {
@@ -74,6 +79,11 @@ const _default: FrontendPlugin<
kind: 'page';
namespace: undefined;
name: undefined;
params: {
defaultPath: string;
loader: () => Promise<JSX.Element>;
routeRef?: RouteRef<AnyRouteRefParams> | undefined;
};
}>;
}
>;
@@ -96,6 +106,11 @@ export const settingsNavItem: ExtensionDefinition<{
{}
>;
inputs: {};
params: {
title: string;
icon: IconComponent;
routeRef: RouteRef<undefined>;
};
}>;
// @alpha (undocumented)