doKeyDown method
void
doKeyDown()
This just calls CommandHandler#doKeyDown on the diagram's Diagram#commandHandler.
This method may be overridden, but you should consider calling this base method in order to get all of its functionality. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose
Implementation
void doKeyDown() {
_i4.callMethod(
this,
'doKeyDown',
[],
);
}