Skip to main content

Interface: RelationGroupEvents

Event data for RelationGroup events.

See

RelationGroup

Extends

Properties

PropertyModifierTypeDescriptionInherited from

changeItems

public

PropertyChange<RelationGroup, readonly RelationGroupItem[]>

Triggered on RelationGroup.items 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).