Package elemental2.dom
Interface StorageEstimate
-
@JsType(isNative=true, namespace="<global>") public interface StorageEstimate
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageEstimate
create()
double
getQuota()
double
getUsage()
void
setQuota(double quota)
void
setUsage(double usage)
-
-
-
Method Detail
-
create
@JsOverlay static StorageEstimate create()
-
getQuota
@JsProperty double getQuota()
-
getUsage
@JsProperty double getUsage()
-
setQuota
@JsProperty void setQuota(double quota)
-
setUsage
@JsProperty void setUsage(double usage)
-
-