FdUmlLink Class
Extends FdUmlPrimitive
Defined in:
Module: ember-flexberry-designer
addon/objects/uml-primitives/fd-uml-link.js:8
An object that defines any link on the UML diagram.
Methods
JointJS
()
joint.shapes
Returns an object for the JointJS diagram model.
Returns:
joint.shapes:
Object for the JointJS diagram model.
Properties
source
Object
An object with an id
of another UML primitive, which is the source, for example { id: '1' }
.
target
Object
An object with an id
of another UML primitive, which is the target, for example { id: '1' }
.
vertices
Array
The vertices through which this link passes. An array of objects with X
and Y
coordinates, for example [{ x: 100, y: 100 }]
.