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