![JAR search and dependency download from the Maven repository](/logo.png)
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