Aller au contenu

CodeIntegration.worker

Ce contenu n’est pas encore disponible dans votre langue.

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