public class DataTransferItem extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
kind |
Objs.Property<String> |
type |
Modifier | Constructor and Description |
---|---|
protected |
DataTransferItem(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static DataTransferItem |
$as(Object obj) |
File |
getAsFile() |
void |
getAsString(FunctionStringCallback _callback) |
String |
kind() |
String |
type() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> kind
public Objs.Property<String> type
protected DataTransferItem(Objs.Constructor<?> c, Object js)
public static DataTransferItem $as(Object obj)
public String kind()
public String type()
public File getAsFile()
public void getAsString(FunctionStringCallback _callback)
Copyright © 2018. All rights reserved.