CodeIntegration.worker
Type Aliases
WorkerMessage
type WorkerMessage: object;Type declaration
schema
schema: SaveData<XmlSchema>;type
type: "xmlToGraph";xml
xml: string;Defined in
tmp/graph-editor/src/lib/graph-editor/editor/CodeIntegration.worker.ts:8
WorkerResult
type WorkerResult: object;Type declaration
connections
connections: SaveData<Connection>[];nodes
nodes: SaveData<Node>[];type
type: "xmlToGraph";Defined in
tmp/graph-editor/src/lib/graph-editor/editor/CodeIntegration.worker.ts:14