Skip to main content
Version: Next

DefaultEntityPresentationApiOptions

Home > @backstage/plugin-catalog > DefaultEntityPresentationApiOptions

Options for the DefaultEntityPresentationApi.

Signature:

export interface DefaultEntityPresentationApiOptions 

Properties

Property

Modifiers

Type

Description

batchDelay?

HumanDuration

(Optional) For how long to wait before sending a batch of entity references to the catalog API.

cacheTtl?

HumanDuration

(Optional) When to expire entities that have been loaded from the catalog API and cached for a while.

catalogApi?

CatalogApi

(Optional) The catalog API to use. If you want to use any asynchronous features, you must supply one.

kindIcons?

Record<string, IconComponent>

(Optional) A mapping from kinds to icons.

renderer?

DefaultEntityPresentationApiRenderer

(Optional) A custom renderer, if any.