Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>NotificationOptions

Advanced Web Composition for Future
Latest
interface NotificationOptions
import { type NotificationOptions } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Properties

optional
actions: NotificationAction[]
optional
badge: string
optional
body: string
optional
data: any
optional
icon: string
optional
image: string
optional
lang: string
optional
renotify: boolean
optional
requireInteraction: boolean
optional
silent: boolean
optional
tag: string
optional
timestamp: number
optional
vibrate: VibratePattern