Type Alias ElementGraphNode

ElementGraphNode: {
    connection: Connection[];
    element: Element;
    out: ElementGraphNode[];
}