onClick property - Document class - dart:html library (original) (raw)
Stream<MouseEvent> getonClick
Stream of click
events handled by this Document.
Implementation
Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);
Stream<MouseEvent> getonClick
Stream of click
events handled by this Document.
Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);