onCopy property - Element class - dart:html library

ElementStream<ClipboardEvent> get onCopy

Stream of copy events handled by this Element.

Implementation

ElementStream<ClipboardEvent> get onCopy => copyEvent.forElement(this);