Skip to main content

Interface: RelationLinkEvents

Event data for RelationLink events.

See

RelationLink

Extends

Properties

PropertyModifierTypeDescriptionInherited from

changeData

public

PropertyChange<RelationLink, LinkModel>

Triggered on RelationLink.data property change.

changeLinkState

public

PropertyChange<Link, undefined | LinkTemplateState>

Triggered on Link.linkState property change.

LinkEvents.changeLinkState

changeVertices

public

PropertyChange<Link, readonly Vector[]>

Triggered on Link.vertices property change.

LinkEvents.changeVertices

requestedRedraw

public

object

Triggered on a request to re-render link on a canvas.

See

Link.redraw

LinkEvents.requestedRedraw

requestedRedraw.source

readonly

Link

Event source (link).