onCopy property - Element class - dart:html library (original) (raw)

description

ElementStream<ClipboardEvent> getonCopy

Stream of copy events handled by this Element.

Implementation

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