Skip to main content

InspectEntityDialog()

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

A dialog that lets users inspect the low level details of their entities.

Signature:

function InspectEntityDialog(props: {
open: boolean;
entity: Entity;
onClose: () => void;
}): React.JSX.Element | null;

Parameters

ParameterTypeDescription
props{ open: boolean; entity: Entity; onClose: () => void; }

Returns:

React.JSX.Element | null