@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface FocusEventInit
extends UIEventInit
| Modifier and Type | Method and Description |
|---|---|
default FocusEventInit |
bubbles(boolean bubbles) |
default FocusEventInit |
cancelable(boolean cancelable) |
default FocusEventInit |
composed(boolean composed) |
static FocusEventInit |
create() |
default FocusEventInit |
detail(int detail) |
EventTarget |
relatedTarget() |
default FocusEventInit |
relatedTarget(EventTarget relatedTarget) |
void |
setRelatedTarget(EventTarget relatedTarget) |
default FocusEventInit |
view(Window view) |
detail, setDetail, setView, viewbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static FocusEventInit create()
create in interface EventInitcreate in interface UIEventInit@JsProperty(name="relatedTarget") @Nullable EventTarget relatedTarget()
@JsProperty
void setRelatedTarget(@Nullable
EventTarget relatedTarget)
@JsOverlay @Nonnull default FocusEventInit relatedTarget(@Nullable EventTarget relatedTarget)
@JsOverlay @Nonnull default FocusEventInit detail(int detail)
detail in interface UIEventInit@JsOverlay @Nonnull default FocusEventInit view(@Nullable Window view)
view in interface UIEventInit@JsOverlay @Nonnull default FocusEventInit bubbles(boolean bubbles)
bubbles in interface EventInitbubbles in interface UIEventInit@JsOverlay @Nonnull default FocusEventInit cancelable(boolean cancelable)
cancelable in interface EventInitcancelable in interface UIEventInit@JsOverlay @Nonnull default FocusEventInit composed(boolean composed)
composed in interface EventInitcomposed in interface UIEventInit