Skip to main content

CreateBuiltInActionsOptions

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

The options passed to createBuiltinActions()

Signature:

export interface CreateBuiltInActionsOptions 

Properties

Property

Modifiers

Type

Description

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.

catalogClient

CatalogApi

The CatalogApi that will be used in the default actions.

config

Config

The Config that will be used in the default actions.

integrations

ScmIntegrations

The that will be used in the default actions.

reader

UrlReaderService

The UrlReaderService interface that will be used in the default actions.