All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.dom.PerformanceNavigation__Constants Maven / Gradle / Ivy

The newest version!
package elemental2.dom;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
@JsType(isNative = true,name = "PerformanceNavigation",namespace = JsPackage.GLOBAL)
 class PerformanceNavigation__Constants{
 static double TYPE_BACK_FORWARD;
 static double TYPE_NAVIGATE;
 static double TYPE_RELOAD;
 static double TYPE_RESERVED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy