onSelectStart property - Document class - dart:html library (original) (raw)

description

Stream<Event> getonSelectStart

Stream of selectstart events handled by this Document.

Implementation

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