types property
The DataTransfer.types
read-only property returns the available
types
that exist in the DataTransfer.items.
Implementation
external JSArray<JSString> get types;
The DataTransfer.types
read-only property returns the available
types
that exist in the DataTransfer.items.
external JSArray<JSString> get types;