@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface KeyboardEventInit
extends EventModifierInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeyboardEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
code() |
static KeyboardEventInit.Builder |
create() |
boolean |
isComposing() |
java.lang.String |
key() |
int |
location() |
boolean |
repeat() |
void |
setCode(@JsNonNull java.lang.String code) |
void |
setIsComposing(boolean isComposing) |
void |
setKey(@JsNonNull java.lang.String key) |
void |
setLocation(int location) |
void |
setRepeat(boolean repeat) |
altKey, ctrlKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, setAltKey, setCtrlKey, setMetaKey, setModifierAltGraph, setModifierCapsLock, setModifierFn, setModifierFnLock, setModifierHyper, setModifierNumLock, setModifierScrollLock, setModifierSuper, setModifierSymbol, setModifierSymbolLock, setShiftKey, shiftKeydetail, setDetail, setView, viewbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static KeyboardEventInit.Builder create()
create in interface EventInitcreate in interface EventModifierInitcreate in interface UIEventInit@JsProperty(name="code") java.lang.String code()
@JsProperty void setCode(@JsNonNull java.lang.String code)
@JsProperty(name="isComposing") boolean isComposing()
@JsProperty void setIsComposing(boolean isComposing)
@JsProperty(name="key") java.lang.String key()
@JsProperty void setKey(@JsNonNull java.lang.String key)
@JsProperty(name="location") int location()
@JsProperty void setLocation(int location)
@JsProperty(name="repeat") boolean repeat()
@JsProperty void setRepeat(boolean repeat)