g3-toolkit API Reference
    Preparing search index...

    Interface DetailInspectorProps

    interface DetailInspectorProps {
        className?: string;
        selection: { id: string; type: "node" | "edge" } | null;
        ugm: UGM;
    }
    Index

    Properties

    className?: string

    CSS class for the container.

    selection: { id: string; type: "node" | "edge" } | null

    The selected element: "node" or "edge" and its ID.

    ugm: UGM

    The UGM instance to read data from.