onCut 属性

ElementStream<ClipboardEvent> onCut

由该 Element 处理的 cut 事件流。

实现

ElementStream<ClipboardEvent> get onCut => cutEvent.forElement(this);