Class that describes the binding of a mouse key and a mouse gesture.

interface MouseActionBinding {
    gesture: MouseGesture;
    keys: number;
}

Properties

Properties

gesture: MouseGesture

MouseGesture of the binding.

keys: number

MouseKey | ModifierKeys (optional).