onBeforePaste property

ElementStream<Event> onBeforePaste

Stream of beforepaste events handled by this Element.

Implementation

ElementStream<Event> get onBeforePaste => beforePasteEvent.forElement(this);