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

js.web.dom.InnerHTML Maven / Gradle / Ivy

package js.web.dom;

import js.lang.Any;
import org.teavm.jso.JSProperty;


public interface InnerHTML extends Any {
    @JSProperty
    String getInnerHTML();

    @JSProperty
    void setInnerHTML(String innerHTML);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy