Collections

external interface Collections(source)

Properties

Link copied to clipboard
abstract var children: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/Children>

An array of sub-collections which takes the same format as a top-level collection.

Link copied to clipboard
abstract var featureReports: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/FeatureReports>

An array of featureReport items which represent individual feature reports described in this collection.

Link copied to clipboard
abstract var inputReports: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/InputReports>

An array of inputReport items which represent individual input reports described in this collection.

Link copied to clipboard
abstract var outputReports: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/OutputReports>

An array of outputReport items which represent individual output reports described in this collection.

Link copied to clipboard
abstract var type: Double

An 8-bit value representing the collection type, which describes a different relationship between the grouped items.

Link copied to clipboard
abstract var usage: Double

An integer representing the usage ID component of the HID usage associated with this collection.

Link copied to clipboard
abstract var usagePage: Double

An integer representing the usage page component of the HID usage associated with this collection.