Notification

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

body_
Optional!(string) body_()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
data
auto data()
Undocumented in source. Be warned that the author may not have intended to support it.
dir
NotificationDirection dir()
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(GetNotificationOptions filter)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get()
Undocumented in source. Be warned that the author may not have intended to support it.
icon
Optional!(string) icon()
Undocumented in source. Be warned that the author may not have intended to support it.
lang
Optional!(string) lang()
Undocumented in source. Be warned that the author may not have intended to support it.
onclick
void onclick(Optional!(T0) onclick)
Undocumented in source. Be warned that the author may not have intended to support it.
onclick
EventHandler onclick()
Undocumented in source. Be warned that the author may not have intended to support it.
onclose
void onclose(Optional!(T0) onclose)
Undocumented in source. Be warned that the author may not have intended to support it.
onclose
EventHandler onclose()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onshow
void onshow(Optional!(T0) onshow)
Undocumented in source. Be warned that the author may not have intended to support it.
onshow
EventHandler onshow()
Undocumented in source. Be warned that the author may not have intended to support it.
permission
void permission(NotificationPermission permission)
Undocumented in source. Be warned that the author may not have intended to support it.
permission
NotificationPermission permission()
Undocumented in source. Be warned that the author may not have intended to support it.
requestPermission
auto requestPermission(NotificationPermissionCallback permissionCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
requestPermission
auto requestPermission()
Undocumented in source. Be warned that the author may not have intended to support it.
requireInteraction
bool requireInteraction()
Undocumented in source. Be warned that the author may not have intended to support it.
tag
Optional!(string) tag()
Undocumented in source. Be warned that the author may not have intended to support it.
title
string title()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta