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

NotificationAction

interface NotificationAction {
action: string;
icon?: string;
title: string;
}

§Properties

§
action: string
[src]
§
icon?: string
[src]
§
title: string
[src]