@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface NotificationEventInit
extends ExtendableEventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NotificationEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
action() |
static NotificationEventInit.Builder |
create(Notification notification) |
Notification |
notification() |
void |
setAction(java.lang.String action) |
void |
setNotification(Notification notification) |
createbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static NotificationEventInit.Builder create(@Nonnull Notification notification)
@JsProperty(name="action") java.lang.String action()
@JsProperty
void setAction(@Nonnull
java.lang.String action)
@JsProperty(name="notification") @Nonnull Notification notification()
@JsProperty
void setNotification(@Nonnull
Notification notification)