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