Graphora API
    Preparing search index...

    Interface DisplayDetailDecision

    interface DisplayDetailDecision {
        arrows: boolean;
        edgeLabels: "all" | "important" | "none";
        mode: DisplayDetailMode;
        nodeLabels: "all" | "important" | "none";
    }
    Index
    arrows: boolean
    edgeLabels: "all" | "important" | "none"
    nodeLabels: "all" | "important" | "none"