types property

JSArray<JSString> get types

The DataTransfer.types read-only property returns the available types that exist in the DataTransfer.items.

Implementation

external JSArray<JSString> get types;