Skip to main content

DefaultCatalogCollatorFactoryOptions

Home > @backstage/plugin-search-backend-module-catalog > DefaultCatalogCollatorFactoryOptions

Signature:

export type DefaultCatalogCollatorFactoryOptions = {
auth?: AuthService;
discovery: PluginEndpointDiscovery;
tokenManager?: TokenManager;
locationTemplate?: string;
filter?: GetEntitiesRequest['filter'];
batchSize?: number;
catalogClient?: CatalogApi;
entityTransformer?: CatalogCollatorEntityTransformer;
};

References: AuthService, PluginEndpointDiscovery, TokenManager, GetEntitiesRequest, CatalogApi, CatalogCollatorEntityTransformer