The event argument object for the textDropped event.

Syntax

{
   cancel: <boolean>,
   text: <string>,
   textType: <string>
}

Introduced: X13.

Properties

Property Description
cancel Set this property to true to cancel the event.
text The dropped text.
textType The MIME type of the dropped text.