Skip to main content

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

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the PlaceholderProcessor class

Methods

MethodModifiersDescription
getProcessorName()
preProcessEntity(entity, location, emit)