UNPKG

@veecode-platform/plugin-kong-service-manager

Version:

50 lines (47 loc) 2.77 kB
/// <reference types="react" /> import * as _backstage_catalog_model from '@backstage/catalog-model'; import * as react from 'react'; import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha'; import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'; /** * @alpha */ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{ entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>; }, {}, { [x: `entity-content:${string}/entity`]: _backstage_frontend_plugin_api.ExtensionDefinition<{ kind: "entity-content"; name: "entity"; config: { path: string | undefined; title: string | undefined; filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined; group: string | false | undefined; }; configInput: { filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined; title?: string | undefined; path?: string | undefined; group?: string | false | undefined; }; output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", { optional: true; }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", { optional: true; }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", { optional: true; }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-group", { optional: true; }>; inputs: {}; params: { loader: () => Promise<JSX.Element>; defaultPath: string; defaultTitle: string; defaultGroup?: (string & {}) | "overview" | "documentation" | "development" | "deployment" | "operation" | "observability" | undefined; routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined; filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined; }; }>; }>; export { _default as default };