Interface NotificationEventInit

    interface NotificationEventInit {
        action?: string;
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        notification: Notification;
    }
    Hierarchy

    Properties

    action?: string
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    notification: Notification