Table of Contents

Class KeyboardEventInit

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

Constructors

KeyboardEventInit()

public KeyboardEventInit()

Fields

CharCode

[Value("charCode")]
public ulong CharCode

Field Value

ulong

Code

[Value("code")]
public string Code

Field Value

string

IsComposing

[Value("isComposing")]
public bool IsComposing

Field Value

bool

Key

[Value("key")]
public string Key

Field Value

string

KeyCode

[Value("keyCode")]
public ulong KeyCode

Field Value

ulong

Location

[Value("location")]
public ulong Location

Field Value

ulong

Repeat

[Value("repeat")]
public bool Repeat

Field Value

bool