onCopy property - Document class - dart:html library (original) (raw)
Stream<ClipboardEvent> getonCopy
Stream of copy
events handled by this Document.
Implementation
Stream<ClipboardEvent> get onCopy => Element.copyEvent.forTarget(this);
Stream<ClipboardEvent> getonCopy
Stream of copy
events handled by this Document.
Stream<ClipboardEvent> get onCopy => Element.copyEvent.forTarget(this);