Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NotificationOptions

interface NotificationOptions {
actions?: NotificationAction[];
badge?: string;
body?: string;
data?: any;
icon?: string;
image?: string;
lang?: string;
renotify?: boolean;
requireInteraction?: boolean;
silent?: boolean;
tag?: string;
timestamp?: EpochTimeStamp;
vibrate?: VibratePattern;
}

§Properties

§
badge?: string
[src]
§
body?: string
[src]
§
data?: any
[src]
§
icon?: string
[src]
§
image?: string
[src]
§
lang?: string
[src]
§
renotify?: boolean
[src]
§
requireInteraction?: boolean
[src]
§
silent?: boolean
[src]
§
tag?: string
[src]