onSelectionChange property

Stream<Event> onSelectionChange
@DocsEditable(), @DomName('Document.onselectionchange')

Stream of selectionchange events handled by this Document.

Implementation

@DomName('Document.onselectionchange')
@DocsEditable()
Stream<Event> get onSelectionChange => selectionChangeEvent.forTarget(this);