Backstage
    Preparing search index...
    • A dialog that lets users inspect the low level details of their entities.

      Parameters

      • props: {
            entity: Entity;
            initialTab?: "overview" | "ancestry" | "colocated" | "json" | "yaml";
            onClose: () => void;
            onSelect?: (tab: string) => void;
            open: boolean;
        }

      Returns Element | null