onBeforeCut property

ElementStream<Event> onBeforeCut

Stream of beforecut events handled by this Element.

Implementation

ElementStream<Event> get onBeforeCut => beforeCutEvent.forElement(this);