... | ... | @@ -3,6 +3,14 @@ |
|
|
<div align="center">
|
|
|
<figure>
|
|
|
<img src="uploads/d8ebfe9b57d4321da9702c160287afdd/Connection.png" width="50%" height="50%">
|
|
|
<figcaption>Fig. 1 - Connectable properties</figcaption>
|
|
|
<figcaption>Fig. 1 - Common Connection properties</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
|
|
|
There are only very few common properties for connections.
|
|
|
## Name
|
|
|
The optional **`name`** property assigns a given name to the connection. Its this given **`name`** which will normally be referenced by [connectable](authoring/features/Connectable) instance's [connections](authoring/features/Connectable) tags.
|
|
|
## DrawPriority
|
|
|
The **mandatory** **`<drawPriority>`** tag controls the drawing order of the connection. Connections with a *lower* priority will be drawn before connections with a *higher* priority, i.e. connections with a higher priority are drawn *on top* of lower priority ones.
|
|
|
|
|
|
# Available Connections |