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

elemental2.dom.HTMLDetailsElement Maven / Gradle / Ivy

package elemental2.dom;
import elemental2.dom.HTMLElement;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
@JsType(isNative = true,namespace = JsPackage.GLOBAL)
public class HTMLDetailsElement extends HTMLElement{
public boolean open;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy