Interface KeysData

The data of keyboard-based user interactions that use several keys.

interface KeysData {
    keys: readonly KeyData[];
}

Hierarchy

Implemented by

Properties

Properties

keys: readonly KeyData[]

The keys used by the interaction

Generated using TypeDoc