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

elemental2.dom.Range__Constants Maven / Gradle / Ivy

The newest version!
package elemental2.dom;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
@JsType(isNative = true,name = "Range",namespace = JsPackage.GLOBAL)
 class Range__Constants{
 static int END_TO_END;
 static int END_TO_START;
 static int START_TO_END;
 static int START_TO_START;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy