onCut 属性

Stream<ClipboardEvent> onCut

Document 处理的 cut 事件的流。

实现

Stream<ClipboardEvent> get onCut => Element.cutEvent.forTarget(this);