Skip to main content
DiagramCellTemplateEventCallbackPayload
Payload passed to a cell template event callback.
NameTypeDescription
cellDiagramCellThe diagram cell whose rendered template contained the matching event target.
diagramDiagramThe diagram that owns the cell.
eventEThe original browser event.
eventTargetBrowserElementThe element inside the rendered shape template that matched the configured selector.
modelBrowserUIModelThe underlying VisuallyJs model.
uiBrowserUIThe UI that rendered the diagram.
vertexNode | GroupThe backing vertex for the cell.