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