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

description

Stream<Event> getonBeforeCut

Stream of beforecut events handled by this Document.

Implementation

Stream<Event> get onBeforeCut => Element.beforeCutEvent.forTarget(this);