types
Interfaces
Database
Extends
Properties
graphs
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:77
macroblocks
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:78
numGraphs
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:75
numMacroBlocks
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:76
Methods
clearGraphs()
Returns
Promise
<void
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:67
clearMacroBlocks()
Returns
Promise
<void
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:68
deleteMacro()
Parameters
• id: string
Returns
Promise
<void
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:66
getGraph()
Parameters
• id: string
Returns
Promise
<undefined
| MacroBlock
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:69
getGraphs()
Returns
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:62
getMacroBlock()
Parameters
• id: string
Returns
Promise
<undefined
| MacroBlock
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:70
saveGraph()
Parameters
• graph: Graph
Returns
Promise
<string
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:71
saveGraphs()
Parameters
• graphs: Graph
[]
Returns
Promise
<string
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:73
saveMacroBlock()
Parameters
• graph: MacroBlock
Returns
Promise
<string
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:72
saveMacroBlocks()
Parameters
• graphs: MacroBlock
[]
Returns
Promise
<string
>
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:74
Datasource
Extended by
Methods
getGraphs()
Returns
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:62
Graph
Visual programming graph save data structure .
Extends
Extended by
Properties
author?
Author of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:30
createdAt?
Date of creation.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:38
description?
Description of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:24
graph
Data of the graph.
comments
connections
editorName
graphName
id
nodes
previewedNodes
variables
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:27
id
ID of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:20
inputs?
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:47
name?
Name of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:22
outputs?
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:48
path?
Menu path.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:45
public?
Public visibility of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:32
schemaVersion?
Version of the GEOS schema.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:40
tags?
Search tags of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:42
updatedAt?
Date of the last modification.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:36
variables?
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:49
version?
Version of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:34
MacroBlock
Visual programming graph save data structure .
Extended by
Properties
author?
Author of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:30
createdAt?
Date of creation.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:38
description?
Description of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:24
graph
Data of the graph.
comments
connections
editorName
graphName
id
nodes
previewedNodes
variables
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:27
id
ID of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:20
inputs?
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:47
name?
Name of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:22
outputs?
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:48
path?
Menu path.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:45
public?
Public visibility of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:32
schemaVersion?
Version of the GEOS schema.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:40
tags?
Search tags of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:42
updatedAt?
Date of the last modification.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:36
variables?
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:49
version?
Version of the graph.
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:34
StoredGraph
Visual programming graph save data structure .
Extends
Properties
author?
Author of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:30
createdAt?
Date of creation.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:38
description?
Description of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:24
graph
Data of the graph.
comments
connections
editorName
graphName
id
nodes
previewedNodes
variables
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:27
id
ID of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:20
inputs?
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:47
name?
Name of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:22
outputs?
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:48
path?
Menu path.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:45
public?
Public visibility of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:32
schemaVersion?
Version of the GEOS schema.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:40
tags?
Search tags of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:42
updatedAt?
Date of the last modification.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:36
variables?
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:49
version?
Version of the graph.
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/storage/types.ts:34