onCut property - Document class - dart:html library (original) (raw)

description

Stream<ClipboardEvent> getonCut

Stream of cut events handled by this Document.

Implementation

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