@DocsEditable(), @DomName('Document.oncopy')
Stream of copy
events handled by this Document.
Source
@DomName('Document.oncopy')
@DocsEditable()
Stream<ClipboardEvent> get onCopy => Element.copyEvent.forTarget(this);
Stream of copy
events handled by this Document.
@DomName('Document.oncopy')
@DocsEditable()
Stream<ClipboardEvent> get onCopy => Element.copyEvent.forTarget(this);