onClick property - Document class - dart:html library (original) (raw)

description

Stream<MouseEvent> getonClick

Stream of click events handled by this Document.

Implementation

Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);