Skip to main content

CreateBuiltInActionsOptions

Home > @backstage/plugin-scaffolder-backend > CreateBuiltInActionsOptions

The options passed to createBuiltinActions

Signature:

export interface CreateBuiltInActionsOptions 

Properties

PropertyModifiersTypeDescription
additionalTemplateFilters?Record<string, TemplateFilter>(Optional) Additional custom filters that will be passed to the nunjucks template engine for use in Template Manifests and also template skeleton files when using fetch:template.
additionalTemplateGlobals?Record<string, TemplateGlobal>(Optional)
auth?AuthService(Optional) The AuthService that will be used in the default actions.
catalogClientCatalogApiThe CatalogApi that will be used in the default actions.
configConfigThe Config that will be used in the default actions.
integrationsScmIntegrationsThe that will be used in the default actions.
readerUrlReaderThe interface that will be used in the default actions.