onCut property

Stream<ClipboardEvent> onCut

Stream of cut events handled by this Document.

Implementation

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