@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface FocusOptions
| Modifier and Type | Method and Description |
|---|---|
static FocusOptions |
create() |
boolean |
preventScroll() |
default FocusOptions |
preventScroll(boolean preventScroll) |
void |
setPreventScroll(boolean preventScroll) |
@JsOverlay @Nonnull static FocusOptions create()
@JsProperty(name="preventScroll") boolean preventScroll()
@JsProperty void setPreventScroll(boolean preventScroll)
@JsOverlay @Nonnull default FocusOptions preventScroll(boolean preventScroll)