Grid Id tracking

This commit is contained in:
Ian Gulliver
2019-07-13 21:44:51 +00:00
parent a3cc7ad048
commit 405b170c6a
4 changed files with 36 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ class LayoutNode {
for (let link of this.graphNode_.links) {
this.links.push({
to: nodesByGraphNode.get(link.to),
id: link.id,
label: link.label,
highlight: link.highlight,
});