Table of Contents

Class StorageEventInit

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

Constructors

StorageEventInit()

public StorageEventInit()

Fields

Key

[Value("key")]
public string? Key

Field Value

string

NewValue

[Value("newValue")]
public string? NewValue

Field Value

string

OldValue

[Value("oldValue")]
public string? OldValue

Field Value

string

StorageArea

[Value("storageArea")]
public Storage? StorageArea

Field Value

Storage

Url

[Value("url")]
public string Url

Field Value

string