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