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