Liking cljdoc? Tell your friends :D

web.other.NotificationAction

The NotificationAction interface of the Notifications API is to represent action buttons the user can click to interact with

The NotificationAction interface of the Notifications API is
to represent action buttons the user can click to interact with
raw docstring

actioncljs

(action this)

Property.

The name of the action, which can be used to identify the clicked similar to input names.

Property.

The name of the action, which can be used to identify the clicked
similar to input names.
sourceraw docstring

iconcljs

(icon this)

Property.

The URL of the image used to represent the notification when is not enough space to display the notification itself.

Property.

The URL of the image used to represent the notification when
is not enough space to display the notification itself.
sourceraw docstring

set-action!cljs

(set-action! this val)

Property.

The name of the action, which can be used to identify the clicked similar to input names.

Property.

The name of the action, which can be used to identify the clicked
similar to input names.
sourceraw docstring

set-icon!cljs

(set-icon! this val)

Property.

The URL of the image used to represent the notification when is not enough space to display the notification itself.

Property.

The URL of the image used to represent the notification when
is not enough space to display the notification itself.
sourceraw docstring

set-title!cljs

(set-title! this val)

Property.

The string describing the action that is displayed to the user.

Property.

The string describing the action that is displayed to the user.
sourceraw docstring

titlecljs

(title this)

Property.

The string describing the action that is displayed to the user.

Property.

The string describing the action that is displayed to the user.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close