EntityPeekAheadPopoverProps
Home > @backstage/plugin-catalog-react
> EntityPeekAheadPopoverProps
Properties for an entity popover on hover of a component.
Signature:
export type EntityPeekAheadPopoverProps = PropsWithChildren<{
entityRef: string;
delayTime?: number;
}>;