onkeydown property

Implementation

EventHandlerNonNull? get onkeydown => js_util.getProperty(this, 'onkeydown');
void onkeydown=(EventHandlerNonNull<Event>? newValue)

Implementation

set onkeydown(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onkeydown', newValue);
}