Interface

WebKit-6.0WebKitNotificationConstructorProps

interface ConstructorProps {
    body: string;
    id: number | bigint;
    tag: string | null;
    title: string;
}

Hierarchy (View Summary)

Index

Properties

Properties

body: string
id: number | bigint
tag: string | null
title: string