@for (edge of graph().edges; track edge.id) {
}
@if (perf.virtualization) {
} @else {
@for (node of graph().nodes; track node.id) {
}
}
@if (perfHud()) {
}
@for (opt of layoutDirections; track opt) {
}
@for (opt of layoutSpacings; track opt) {
}
@for (opt of connectionTypes; track opt) {
}
}