Options
All
  • Public
  • Public/Protected
  • All
Menu

Constants representing the number of fingers used in a swipe. These are used to set both the value of fingers in the options object, as well as the value of the fingers event property. These properties are read-only, attempting to change them will not alter the values passed to the event handlers.

Hierarchy

  • FingersEnum

Index

Properties

ALL: "all"

Constant indicating any combination of finger are to be detected.

FIVE: 5

Constant indicating 5 finger is to be detected / was detected.

FOUR: 4

Constant indicating 4 finger is to be detected / was detected.

ONE: 1

Constant indicating 1 finger is to be detected / was detected.

THREE: 3

Constant indicating 3 finger is to be detected / was detected.

TWO: 2

Constant indicating 2 finger is to be detected / was detected.

Generated using TypeDoc