Skip to main content

EntityRefLinks()

Home > @backstage/plugin-catalog-react > EntityRefLinks

Shows a list of clickable links to entities.

Signature:

function EntityRefLinks<TRef extends string | CompoundEntityRef | Entity>(props: EntityRefLinksProps<TRef>): import("react/jsx-runtime").JSX.Element;

Parameters

Parameter

Type

Description

props

EntityRefLinksProps<TRef>

**Returns:**

import("react/jsx-runtime").JSX.Element