For Dashboard Designers Reference LoadDiagram
Tuesday, December 5, 2017 4:49 PMLoadDiagram
Labels: :IA_Function:IA_LoadDiagram
Inherits from: Function
Loads a diagram node created previously with the Save functionality of NetworkView.
Parameters
| Key | Description | Default value | Possible values |
|---|---|---|---|
| id | Id of the diagram node | positive integer | |
| store | Store where the diagram node is located | name of configured Neo4j store |
Outgoing triggers
Type: success
Occurrence: when diagram loaded successfully.
| Key | Description | Possible values |
|---|---|---|
| nodes | Nodes in the diagram | array of objects |
| relations | Relations in the diagram | array of objects |
| meta.store | store name | string |
| filters | Filters set when the diagram was saved | object |
Type: error
Occurrence: in case of an error while loading the diagram.
| Key | Description | Possible values |
|---|---|---|
| response | Error data | object |