onSelectionChange property

Stream<Event> onSelectionChange

Stream of selectionchange events handled by this Document.

Implementation

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