Package elemental2.dom
Interface FilePropertyBag
-
- All Superinterfaces:
BlobPropertyBag
@JsType(isNative=true, namespace="<global>") public interface FilePropertyBag extends BlobPropertyBag
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FilePropertyBag
create()
double
getLastModified()
void
setLastModified(double lastModified)
-
Methods inherited from interface elemental2.dom.BlobPropertyBag
getType, setType
-
-
-
-
Method Detail
-
create
@JsOverlay static FilePropertyBag create()
-
getLastModified
@JsProperty double getLastModified()
-
setLastModified
@JsProperty void setLastModified(double lastModified)
-
-