onSelect property
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);