LinkHandle

class LinkHandle()

Start- or End-Point of edge.

interface

Extends:
LinkHandle.id

type: number

Normally the index of the LinkHandle. Unique for each template.

LinkHandle.isDynamicTemplate?

type: boolean

True iff the link handle uses a dynamic template.

LinkHandle.normal?

type: RotationVector

Direction vecter pointing in the direction an edge should come in/out of the handle. Usually away from the node center.

LinkHandle.template?

type: string

The template to use for the link handle.

LinkHandle.x

type: number

X coordinate relative to node center

LinkHandle.y

type: number

Y coordinate relative to node center