tracking-code-which-will-go-to-the-HEAD ComponentTemporaryLink

Class

ComponentTemporaryLink

ComponentTemporaryLink(propsopt)

Class that describe a newly created link from Components and momentarily attached to nothing.
Constructor
Default constructor.
Parameters:
Name Type Attributes Description
props object <optional>
Object that contains all properties to set.
anchorName string <optional>
Name of the target where the link begins.
definition ComponentLinkDefinition <optional>
The definition of the link.

View Source models/ComponentTemporaryLink.js, line 6

Members

string

# anchorName

Name of the target where the link begins.

View Source models/ComponentTemporaryLink.js, line 22

number

# endX

X of end position of link.

View Source models/ComponentTemporaryLink.js, line 27

number

# endY

Y of end position of link.

View Source models/ComponentTemporaryLink.js, line 32

boolean

# isTemporary

Indicate if link is temporary or not.

View Source models/ComponentTemporaryLink.js, line 37