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

description

Stream<Event> getonSelectionChange

Stream of selectionchange events handled by this Document.

Implementation

Stream<Event> get onSelectionChange => selectionChangeEvent.forTarget(this);