onSelectStart property - Document class - dart:html library (original) (raw)
Stream<Event> getonSelectStart
Stream of selectstart
events handled by this Document.
Implementation
Stream<Event> get onSelectStart => Element.selectStartEvent.forTarget(this);