data property
JSAny?
get
data
The data read-only property of the
Notification interface returns a structured clone of the notification's
data, as specified in the data option of the
Notification.Notification constructor.
The notification's data can be any arbitrary data that you want associated with the notification.
Implementation
external JSAny? get data;