Property description
The graphLines property configures how relations are displayed in diagrams.
Minimal JSON
{
"metamodelKey": "",
"lineDisplayTypeKey": ""
}{
"metamodelKey": "data_lineage",
"lineDisplayTypeKey": "data_lineage"
}Example taken from the core package.
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
metamodelKey | Key of the graph metamodel. | string | Yes |
lineDisplayTypeKey | Key of the display type. Supported values are: association: Represents an association in Modeling diagrams.crows_foot: Allows crow’s foot notation in Modeling diagrams.data_lineage: Depiction of relations in Data lineage.foreign_key: Represents the foreign_key_parent relation type in entity relation diagrams.indirect_flow: Represents indirect flows in Data lineages.knowledge_parent: Represents a parent in knowledge graphs.knowledge_relation: Depiction of relations in knowledge graphs.specialization: Represents a specialization in Modeling diagrams.standard: Standard depiction of relations.verbal_concept: Represents a verbal concept in Modeling diagrams.: | string | Yes |
isDefault | Determines whether this visual presentation is set as the default for this relation type. | boolean | No |