Interface

WebKit-6.0WebKitNotificationConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties

body: string
id: number
tag: string
title: string