nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DataTransfer Interface Reference

import <html.idl;

Public Member Functions

void setDragImage (Element image, long x, long y)
 
DOMString getData (DOMString format)
 
void setData (DOMString format, DOMString data)
 
void clearData (optional DOMString format)
 

Public Attributes

attribute DOMString dropEffect
 
attribute DOMString effectAllowed
 
readonly attribute DataTransferItemList items
 
readonly attribute DOMString[] types
 
readonly attribute FileList files
 

Detailed Description

Definition at line 1362 of file html.idl.

Member Function Documentation

◆ clearData()

void DataTransfer::clearData ( optional DOMString  format)

◆ getData()

DOMString DataTransfer::getData ( DOMString  format)

◆ setData()

void DataTransfer::setData ( DOMString  format,
DOMString  data 
)

◆ setDragImage()

void DataTransfer::setDragImage ( Element  image,
long  x,
long  y 
)

Member Data Documentation

◆ dropEffect

attribute DOMString DataTransfer::dropEffect

Definition at line 1363 of file html.idl.

◆ effectAllowed

attribute DOMString DataTransfer::effectAllowed

Definition at line 1364 of file html.idl.

◆ files

readonly attribute FileList DataTransfer::files

Definition at line 1375 of file html.idl.

◆ items

readonly attribute DataTransferItemList DataTransfer::items

Definition at line 1366 of file html.idl.

◆ types

readonly attribute DOMString [] DataTransfer::types

Definition at line 1371 of file html.idl.


The documentation for this interface was generated from the following file: