Back to Content

Notification: requireInteraction property

files/en-us/web/api/notification/requireinteraction/index.md

latest762 B
Original Source

{{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