Create a new Event.
Readonly
focusThe focus type of this event. Can be null.
If null, this event cannot be focused, since events are focused by their FocusType as a group.
Readonly
needsCan this event be dispatched without a target?
Readonly
reversedIs this event dispatched in reverse-order?
Readonly
targetThe target of this event. Can be null
Readonly
textThe pasted text
Create a new Event with the same properties as this, except with a new given target.
Generated using TypeDoc
An event which contains text pasted by the clipboard.
Has a focus type of Keyboard and does not need focus.