types
Enumerations
EditorType
Enumeration Members
All
All: 1;
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/types.ts:15
PyWorkflow
PyWorkflow: 2;
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/types.ts:16
XML
XML: 0;
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/types.ts:14
Type Aliases
DragData
type DragData: object;
Type declaration
graphId
graphId: string;
type
type: "macroNode";
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/types.ts:25
EditorContext
type EditorContext: object;
Type declaration
activeEditor
activeEditor: Writable<NodeEditor | undefined>;
getActiveFactory()
getActiveFactory: () => NodeFactory | undefined;
Returns
NodeFactory
| undefined
getEditorViewport()
getEditorViewport: () => HTMLElement | undefined;
Returns
HTMLElement
| undefined
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/types.ts:19
EditorView
type EditorView: object;
Type declaration
example?
optional example: EditorExample;
key
key: string;
label
label: string;
saveData?
optional saveData: NodeEditorSaveData;