docs.rodeo

MDN Web Docs mirror

Notification: requireInteraction property

{{APIRef("Web Notifications")}} {{SecureContext_Header}}  {{AvailableInWorkers}} 

The requireInteraction read-only property of the {{domxref("Notification")}}  interface returns a boolean value indicating that a notification should remain active until the user clicks or dismisses it, rather than closing automatically.

[!NOTE] This can be set when the notification is first created by setting the requireInteraction option to true in the options object of the {{domxref("Notification.Notification", "Notification()")}}  constructor.

Value

A boolean value.

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN