frontend-plugin-api: update API report for factory node switch

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-22 12:14:08 +01:00
parent a5a04739e1
commit da2e87058e
+3 -5
View File
@@ -339,7 +339,7 @@ export interface CreateExtensionOptions<
disabled?: boolean;
// (undocumented)
factory(options: {
source?: BackstagePlugin;
node: AppNode;
config: TConfig;
inputs: Expand<ExtensionInputValues<TInputs>>;
}): Expand<ExtensionDataValues<TOutput>>;
@@ -493,7 +493,7 @@ export interface Extension<TConfig> {
disabled: boolean;
// (undocumented)
factory(options: {
source?: BackstagePlugin;
node: AppNode;
config: TConfig;
inputs: Record<
string,
@@ -518,11 +518,9 @@ export interface ExtensionBoundaryProps {
// (undocumented)
children: ReactNode;
// (undocumented)
id: string;
node: AppNode;
// (undocumented)
routable?: boolean;
// (undocumented)
source?: BackstagePlugin;
}
// @public (undocumented)