For Dashboard Designers Reference LoadDiagram
Friday, November 11, 2022 12:54 PMLoadDiagram
Label: :IA_Function
Property: type: 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 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 |