elemental2.dom.DomGlobal__Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jacline-elemental2-dom Show documentation
Show all versions of jacline-elemental2-dom Show documentation
Thin Java abstractions for the standard built-in objects for
Javascript.
The newest version!
package elemental2.dom;
import elemental2.dom.VisualViewport;
import elemental2.dom.Navigator;
import elemental2.dom.Window;
import elemental2.dom.Screen;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
import elemental2.dom.HTMLDocument;
import elemental2.dom.Location;
@JsType(isNative = true,name = "goog.global",namespace = JsPackage.GLOBAL)
class DomGlobal__Constants{
static HTMLDocument document;
static boolean isSecureContext;
static Location location;
static Navigator navigator;
static Screen screen;
static Window self;
static Window top;
static VisualViewport visualViewport;
}