Constructor
# new ComponentLinkDefinition(propsopt)
Default constructor.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props |
object
|
<optional> |
Object that contains all properties to set. |
attributeRef |
string
|
<optional> |
Reference of attribute can be the link. |
sourceRef |
string
|
<optional> |
Reference of component can be the source in a link. |
targetRef |
string
|
<optional> |
Reference of component can be the target of the link. |
type |
string
|
<optional> |
Representation of the link. |
model |
string
|
<optional> |
Name of SVG model to render the link of component. |
isTemporary |
boolean
|
<optional> |
Indicate if link is temporary. |