Skip to main content

DefaultEntityPresentationApi

Home > @backstage/plugin-catalog > DefaultEntityPresentationApi

Default implementation of the EntityPresentationApi.

Signature:

class DefaultEntityPresentationApi implements EntityPresentationApi 

Implements: EntityPresentationApi

Methods

MethodModifiersDescription
create(options)staticCreates a new presentation API that calls out to the catalog as needed to get additional information about entities.
createLocal()staticCreates a new presentation API that does not reach out to the catalog.
forEntity(entityOrRef, context)