onSelect property

Stream<Event> onSelect

Stream of select events handled by this Window.

Implementation

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