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

description

Stream<ClipboardEvent> getonCopy

Stream of copy events handled by this Document.

Implementation

Stream<ClipboardEvent> get onCopy => Element.copyEvent.forTarget(this);