utils
Variables
dragGraphType
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:13
dragVariableType
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:14
Functions
getDraggedGraph()
Parameters
• e: DragEvent
Returns
StoredGraph
| undefined
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:32
getDraggedVariableId()
Parameters
• e: DragEvent
Returns
string
| undefined
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:49
isDraggedGraph()
Parameters
• e: DragEvent
Returns
boolean
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:28
isDraggedVariable()
Parameters
• e: DragEvent
Returns
boolean
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:45
isNodeEditorSaveData()
Parameters
• a: unknown
Returns
a is Object
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:5
onGraphDragStart()
Parameters
• g: StoredGraph
Returns
Function
Parameters
• e: DragEvent
Returns
void
Defined in
tmp/graph-editor/src/lib/graph-editor/utils.ts:16
variableDragStart()
Parameters
• v: Variable
Returns
Function
Parameters
• e: DragEvent
Returns
void