Constructor
# new ComponentLink(propsopt)
Default constructor.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props |
object
|
<optional> |
Object that contains all properties to set. |
source |
string
|
<optional> |
Id of component can be the source in a link. |
target |
string
|
<optional> |
Id of component can be the target of the link. |
name |
string
|
<optional> |
Name of the link anchor, link to store where the link begin. |
definition |
ComponentLinkDefinition
|
<optional> |
The definition of the link. |
isReverse |
boolean
|
<optional> |
Indicate if this link is a reverse link. The purpose of reversing a Link is to switch the start and the end of the link. |
Extends
Members
# fileName
Get file name.
boolean
# isReverse
Indicate if this link is a reverse link.
The purpose of reversing a Link is to switch the start and the end of the link.