Skip to main content
OnVertexAddedCallback
Defines the method signature for the onVertexAdded callback.
(p:{
  doModelUpdate:ModelUpdateFunction,
  dropTarget:DropTargetInfo,
  vertex:Node | Group
}
) => any