onBeforePaste property

Stream<Event> onBeforePaste
@DocsEditable(), @DomName('Document.onbeforepaste')

Stream of beforepaste events handled by this Document.

Implementation

@DomName('Document.onbeforepaste')
@DocsEditable()
Stream<Event> get onBeforePaste => Element.beforePasteEvent.forTarget(this);