doKeyUp method

void doKeyUp()

This just calls CommandHandler#doKeyUp 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 doKeyUp() {
  _i4.callMethod(
    this,
    'doKeyUp',
    [],
  );
}