Represents options for a mouse key action.

interface MouseKeyOption {
    key?: MouseKeyType;
}

Hierarchy (view full)

Properties

Properties

The key type for the mouse action.