- Source:
- See:
-
- $.fn.swipe.defaults#fingers
Properties:
Name | Type | Description |
---|---|---|
ONE |
string | Constant indicating 1 finger is to be detected / was detected. Value is 1 . |
TWO |
string | Constant indicating 2 fingers are to be detected / were detected. Value is 2 . |
THREE |
string | Constant indicating 3 finger are to be detected / were detected. Value is 3 . |
FOUR |
string | Constant indicating 4 finger are to be detected / were detected. Not all devices support this. Value is 4 . |
FIVE |
string | Constant indicating 5 finger are to be detected / were detected. Not all devices support this. Value is 5 . |
ALL |
string | Constant indicating any combination of finger are to be detected. Value is "all" . |
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.