onCopy 属性

Stream<ClipboardEvent> onCopy

由此 Document 处理的 copy 事件流。

实现

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