implicit final class SaferClipboardEvent extends AnyVal
- See also
https://w3c.github.io/clipboard-apis/#clipboard-event-interfaces
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferClipboardEvent
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferClipboardEvent(value: raw.ClipboardEvent)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clipboardData: Option[raw.DataTransfer]
Is a DataTransfer object containing the data affected by the user-initialed cut, copy, or paste operation, along with its MIME type.
Is a DataTransfer object containing the data affected by the user-initialed cut, copy, or paste operation, along with its MIME type.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.ClipboardEvent