elemental2.dom.HTMLEmbedElement Maven / Gradle / Ivy
package elemental2.dom;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class HTMLEmbedElement extends HTMLElement {
public String height;
public String src;
public String type;
public String width;
}