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
Parameter |
Type |
Description |
---|---|---|
props |
{ open: boolean; entity: Entity; onClose: () => void; } |
React.JSX.Element | null