Interface ILinkable

Interface for classes whose objects can have links.

Hierarchy

  • ILinkable

Implemented by

Properties

bounds: Rect

The bounding rectangle of the item

isInLinkable: boolean

Determines whether the item accepts incoming links

isOutLinkable: boolean

Determines whether the item accepts outcoming links

links: Link[]

Collection of the links coming to the item or leaving it.

Methods

  • Gets the item linked to this item

    Parameters

    Returns ILinkable

Generated using TypeDoc