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