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

description

Stream<Event> getonSelect

Stream of select events handled by this Document.

Implementation

Stream<Event> get onSelect => Element.selectEvent.forTarget(this);