copysCaptured

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

occurs when the user copies 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.


open val copysCaptured: Listener<ClipboardEvent, T>

occurs when the user copies the content of an element