Skip to main content

NodeEventCallbackPayload

The payload passed to a NodeEventCallback

Type Parameters

EL

EL

Properties

e

e: MouseEvent

The pointer event that caused the event handler to be invoked


el

el: EL

Element that represents the vertex in the UI


model

model: VisuallyJsModel

The underlying VisuallyJs model


obj

obj: Node

The model object for the vertex


ui

ui: UICore<EL>

The UI that rendered this vertex