@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ClipboardEvent")
public class ClipboardEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
ClipboardEvent(java.lang.String type)
The ClipboardEvent() constructor returns a newly created ClipboardEvent, representing an event providing information related to modification of the clipboard, that is cut, copy, and paste events.
|
ClipboardEvent(java.lang.String type,
ClipboardEventInit eventInitDict)
The ClipboardEvent() constructor returns a newly created ClipboardEvent, representing an event providing information related to modification of the clipboard, that is cut, copy, and paste events.
|
| Modifier and Type | Method and Description |
|---|---|
DataTransfer |
clipboardData()
The ClipboardEvent.clipboardData property holds a DataTransfer object, which can be used:
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typepublic ClipboardEvent(@Nonnull
java.lang.String type,
@Nonnull
ClipboardEventInit eventInitDict)
public ClipboardEvent(@Nonnull
java.lang.String type)
@JsProperty(name="clipboardData") @Nullable public DataTransfer clipboardData()