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

description

Stream<Event> getonSelect

override

Stream of select events handled by this Window.

Implementation

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