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

description

ElementStream<ClipboardEvent> getonCut

Stream of cut events handled by this Element.

Implementation

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