Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILink

Defines properties for network links.

Hierarchy

  • ILink

Index

Properties

Optional disabled

disabled: boolean

Gets or sets a value that determines whether the link is currently disabled.

Optional distance

distance: number

Gets or sets the link's distance. If ommitted, the distance is calculated based on the position of the from and to nodes.

from

from: INode

Gets or sets the link's from INode.

Optional id

id: string

Gets or sets the link's ID.

Optional queue

queue: Queue

Gets or sets the Queue associated with the link.

to

to: INode

Gets or sets the link's to INode.

Generated using TypeDoc