@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface InputEventInit
extends UIEventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InputEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
@JsNullable java.lang.String |
data() |
java.lang.String |
inputType() |
boolean |
isComposing() |
static InputEventInit.Builder |
of() |
void |
setData(@JsNullable java.lang.String data) |
void |
setInputType(@JsNonNull java.lang.String inputType) |
void |
setIsComposing(boolean isComposing) |
detail, setDetail, setView, setWhich, view, whichbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static InputEventInit.Builder of()
of in interface EventInitof in interface UIEventInit@JsProperty(name="data") @JsNullable java.lang.String data()
@JsProperty void setData(@JsNullable java.lang.String data)
@JsProperty(name="inputType") java.lang.String inputType()
@JsProperty void setInputType(@JsNonNull java.lang.String inputType)
@JsProperty(name="isComposing") boolean isComposing()
@JsProperty void setIsComposing(boolean isComposing)