Table of Contents

Class NotificationEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class NotificationEventInit : ExtendableEventInit
Inheritance
NotificationEventInit
Inherited Members

Constructors

NotificationEventInit()

public NotificationEventInit()

Fields

Action

[Value("action")]
public string Action

Field Value

string

Notification

[Value("notification")]
public required Notification Notification

Field Value

Notification