Interface ScrollIntoViewOptions


@JsType(isNative=true, namespace="<global>") public interface ScrollIntoViewOptions
  • Method Details

    • create

      @JsOverlay static ScrollIntoViewOptions create()
    • getBehavior

      @JsProperty String getBehavior()
    • getBlock

      @JsProperty String getBlock()
    • getInline

      @JsProperty String getInline()
    • setBehavior

      @JsProperty void setBehavior(String behavior)
    • setBlock

      @JsProperty void setBlock(String block)
    • setInline

      @JsProperty void setInline(String inline)