@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 |
|---|---|
static CompositionEventInit.Builder |
create() |
java.lang.String |
data() |
void |
setData(java.lang.String data) |
detail, setDetail, setView, viewbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static CompositionEventInit.Builder create()
create in interface EventInitcreate in interface UIEventInit@JsProperty(name="data") java.lang.String data()
@JsProperty
void setData(@Nonnull
java.lang.String data)