Skip to main content
Version: Next

PlaceholderProcessor

Home > @backstage/plugin-catalog-backend > PlaceholderProcessor

Traverses raw entity JSON looking for occurrences of $-prefixed placeholders that it then fills in with actual data.

Signature:

class PlaceholderProcessor implements CatalogProcessor 

Implements: CatalogProcessor

Constructors

Constructor

Modifiers

Description

(constructor)(options)

Constructs a new instance of the PlaceholderProcessor class

Methods

Method

Modifiers

Description

getProcessorName()

preProcessEntity(entity, location, emit)