onBeforeCut property

Stream<Event> onBeforeCut

Stream of beforecut events handled by this Document.

Implementation

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