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

com.gwidgets.api.leaflet.elemental.HTMLScriptElement Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.gwidgets.api.leaflet.elemental;

import static jsinterop.annotations.JsPackage.GLOBAL;

import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;

@JsType(isNative = true, namespace = GLOBAL)
public class HTMLScriptElement extends HTMLElement {
	
	   @JsProperty
	   public String src;
		
		@JsProperty
		public String type;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy