onSelectStart property

Stream<Event> onSelectStart

Stream of selectstart events handled by this Document.

Implementation

Stream<Event> get onSelectStart => Element.selectStartEvent.forTarget(this);