Closed awesomenkj closed 4 years ago
// Overrides zIndex for dragElement mx.mxDragSource.prototype.dragElementZIndex = mx.mxPopupMenu.prototype.zIndex;
How to extend mxGraph classes? I tried the above method. But it doesn't work.
This is really a TypeScript question rather then a question related to this project.
Refer e.g. to https://www.pluralsight.com/blog/software-development/extending-classes-and-interfaces-using-typescript
// Overrides zIndex for dragElement mx.mxDragSource.prototype.dragElementZIndex = mx.mxPopupMenu.prototype.zIndex;
How to extend mxGraph classes? I tried the above method. But it doesn't work.