Stream of beforecopy events handled by this Document.
beforecopy
@DomName('Document.onbeforecopy') @DocsEditable() Stream<Event> get onBeforeCopy => Element.beforeCopyEvent.forTarget(this);