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

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

package js.web.dom;


import org.teavm.jso.JSProperty;


public interface ScrollToOptions extends ScrollOptions {
    @JSProperty
    double getLeft();

    @JSProperty
    void setLeft(double left);

    @JSProperty
    double getTop();

    @JSProperty
    void setTop(double top);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy