ClipboardEventProps

trait ClipboardEventProps[EP[_ <: DomEvent], DomEvent, DomClipboardEvent <: DomEvent]

Clipboard Events

Clipboard Events

For type param docs see EventPropBuilder

class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val onCopy: EP[DomClipboardEvent]

Fires when the user copies the content of an element

Fires when the user copies the content of an element

lazy val onCut: EP[DomClipboardEvent]

Fires when the user cuts the content of an element

Fires when the user cuts the content of an element

lazy val onPaste: EP[DomClipboardEvent]

Fires when the user pastes some content in an element

Fires when the user pastes some content in an element