@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface ScrollToOptions
extends ScrollOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScrollToOptions.Builder
The Window.scroll() method scrolls the window to a particular place in the document.
|
| Modifier and Type | Method and Description |
|---|---|
double |
left()
A double.
|
static ScrollToOptions.Builder |
of() |
void |
setLeft(double left)
A double.
|
void |
setTop(double top)
A double.
|
double |
top()
A double.
|
behavior, setBehavior@JsOverlay @Nonnull static ScrollToOptions.Builder of()
of in interface ScrollOptions@JsProperty(name="left") double left()
@JsProperty void setLeft(double left)
@JsProperty(name="top") double top()
@JsProperty void setTop(double top)