japgolly.scalajs.react

SyntheticClipboardEvent

Related Doc: package react

trait SyntheticClipboardEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

https://github.com/facebook/react/blob/master/src/browser/syntheticEvents/SyntheticClipboardEvent.js

Annotations
@RawJSType()
Linear Supertypes
SyntheticEvent[DOMEventTarget], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyntheticClipboardEvent
  2. SyntheticEvent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val bubbles: Boolean

    Definition Classes
    SyntheticEvent
  6. val cancelable: Boolean

    Definition Classes
    SyntheticEvent
  7. def clipboardData(event: Event): DataTransfer

    The clipboardData attribute is an instance of the DataTransfer interface which lets a script read and manipulate values on the system clipboard during user-initiated copy, cut and paste operations.

    The clipboardData attribute is an instance of the DataTransfer interface which lets a script read and manipulate values on the system clipboard during user-initiated copy, cut and paste operations. The associated drag data store is a live but filtered view of the system clipboard, exposing data types the implementation knows the script can safely access.

    The clipboardData object's items and files properties enable processing of multi-part or non-textual data from the clipboard.

    http://www.w3.org/TR/clipboard-apis/#widl-ClipboardEvent-clipboardData

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val currentTarget: DOMEventTarget

    Definition Classes
    SyntheticEvent
  10. def defaultPrevented: Boolean

    Definition Classes
    SyntheticEvent
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. val eventPhase: Double

    Definition Classes
    SyntheticEvent
  14. val eventType: String

    Definition Classes
    SyntheticEvent
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  21. val isTrusted: Boolean

    Definition Classes
    SyntheticEvent
  22. val nativeEvent: Event

    Definition Classes
    SyntheticEvent
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def preventDefault(): Unit

    Stops the default action of an element from happening.

    Stops the default action of an element from happening. For example: Prevent a submit button from submitting a form Prevent a link from following the URL

    Definition Classes
    SyntheticEvent
  27. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  28. def stopPropagation(): Unit

    Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

    Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

    Definition Classes
    SyntheticEvent
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. val target: DOMEventTarget

    Definition Classes
    SyntheticEvent
  31. val timeStamp: Date

    Definition Classes
    SyntheticEvent
  32. def toLocaleString(): String

    Definition Classes
    Object
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def valueOf(): Any

    Definition Classes
    Object
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SyntheticEvent[DOMEventTarget]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped