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