@DocsEditable(), @DomName('Document.onkeypress')
Stream of keypress
events handled by this Document.
Source
@DomName('Document.onkeypress')
@DocsEditable()
Stream<KeyboardEvent> get onKeyPress => Element.keyPressEvent.forTarget(this);
Stream of keypress
events handled by this Document.
@DomName('Document.onkeypress')
@DocsEditable()
Stream<KeyboardEvent> get onKeyPress => Element.keyPressEvent.forTarget(this);