dataTransfer property

DataTransfer? get dataTransfer

The dataTransfer read-only property of the InputEvent interface returns a DataTransfer object containing information about richtext or plaintext data being added to or removed from editable content.

Implementation

external DataTransfer? get dataTransfer;