For Dashboard Designers Reference RelationFormView
Wednesday, March 28, 2018 4:44 PMRelationFormView
Labels: :IA_Function:IA_RelationFormView
Inherits from: Function and View
Used to edit properties for new or existing relationships.
Parameters
| Key | Description | Default value | Possible values | 
|---|---|---|---|
id | 
Id of edited relationship | Positive integer | |
store | 
Store in which the relationship is/will be stored | name of configured Neo4j store | |
preset.type | 
Relationship type | string | |
preset.properties | 
Predefined relationship properties | object | |
preset.from | 
Id of the source node or the relationship | Positive integer | |
preset.to | 
Id of the destination node or the relationship | Positive integer | |
style | 
Styling options | object | |
style.keyFieldWidth | 
The width of the key fields. | CSS width specification (e.g. 30%, 200px, etc) | 
Outgoing triggers
Type: created
Occurrence: When relationship is created.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values | 
|---|---|---|
relation | 
Created relationship | relation object | 
Type: updated
Occurrence: When relationship is updated.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values | 
|---|---|---|
relation | 
Updated relationship | relation object |