DefaultEntityPresentationApiOptions
Home > @backstage/plugin-catalog
> DefaultEntityPresentationApiOptions
Options for the DefaultEntityPresentationApi.
Signature:
export interface DefaultEntityPresentationApiOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) For how long to wait before sending a batch of entity references to the catalog API. | |||
(Optional) When to expire entities that have been loaded from the catalog API and cached for a while. | |||
(Optional) The catalog API to use. If you want to use any asynchronous features, you must supply one. | |||
Record<string, IconComponent> |
(Optional) A mapping from kinds to icons. | ||
(Optional) A custom renderer, if any. |