cuts

open fun cuts(init: ClipboardEvent.() -> Unit): Listener<ClipboardEvent, T>

occurs when the user cuts the content of an element

Return

a Listener that emits ClipboardEvents on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


occurs when the user cuts the content of an element