onSelect 属性

Stream<Event> onSelect
覆盖

由该 Window 处理的 select 事件流。

实现

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