Table of Contents

Class HIDInputReportEventInit

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

Constructors

HIDInputReportEventInit()

public HIDInputReportEventInit()

Fields

Data

[Value("data")]
public required DataView Data

Field Value

DataView

Device

[Value("device")]
public required HIDDevice Device

Field Value

HIDDevice

ReportId

[Value("reportId")]
public required byte ReportId

Field Value

byte