function onmessage(def) { let graph = new Graph(def); let layout = new Layout(graph); }