elemental2.dom.HTMLMapElement Maven / Gradle / Ivy
package elemental2.dom;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class HTMLMapElement extends HTMLElement {
public HTMLCollection areas;
public String name;
}