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

Class

ComponentLinkDefinition

ComponentLinkDefinition(propsopt)

Definition of the link between components.
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.

View Source models/ComponentLinkDefinition.js, line 4

Members

string

# attributeRef

Reference of attribute can be the link.

View Source models/ComponentLinkDefinition.js, line 36

boolean

# isTemporary

Indicate if link is temporary.

View Source models/ComponentLinkDefinition.js, line 61

string

# model

Name of SVG model to render the link of component.

View Source models/ComponentLinkDefinition.js, line 56

string

# sourceRef

Reference of component can be the source in a link.

View Source models/ComponentLinkDefinition.js, line 41

string

# targetRef

Reference of component can be the target of the link.

View Source models/ComponentLinkDefinition.js, line 46

string

# type

Representation of the link.

View Source models/ComponentLinkDefinition.js, line 51