NodeEvents<T> constructor
const
NodeEvents<T> ({
- ValueChanged<
Node< ? onCreated,T> > - ValueChanged<
Node< ? onDeleted,T> > - ValueChanged<
Node< ? onSelected,T> ?> - ValueChanged<
Node< ? onTap,T> > - ValueChanged<
Node< ? onDoubleTap,T> > - ValueChanged<
Node< ? onDragStart,T> > - ValueChanged<
Node< ? onDrag,T> > - ValueChanged<
Node< ? onDragStop,T> > - ValueChanged<
Node< ? onMouseEnter,T> > - ValueChanged<
Node< ? onMouseLeave,T> > - void onContextMenu()?,
Implementation
const NodeEvents({
this.onCreated,
this.onDeleted,
this.onSelected,
this.onTap,
this.onDoubleTap,
this.onDragStart,
this.onDrag,
this.onDragStop,
this.onMouseEnter,
this.onMouseLeave,
this.onContextMenu,
});