CreateBuiltInActionsOptions
Home > @backstage/plugin-scaffolder-backend
> CreateBuiltInActionsOptions
The options passed to createBuiltinActions()
Signature:
export interface CreateBuiltInActionsOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
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 | ||
Record<string, TemplateGlobal> |
(Optional) | ||
(Optional) The AuthService that will be used in the default actions. | |||
The CatalogApi that will be used in the default actions. | |||
The Config that will be used in the default actions. | |||
The that will be used in the default actions. | |||
The UrlReaderService interface that will be used in the default actions. |