UNPKG

@daysnap/utils

Version:
108 lines (58 loc) 1.97 kB
[@daysnap/utils](../README.md) / [Exports](../modules.md) / SwipeListenerEvent # Interface: SwipeListenerEvent ## Table of contents ### Properties - [absX](SwipeListenerEvent.md#absx) - [absY](SwipeListenerEvent.md#absy) - [direction](SwipeListenerEvent.md#direction) - [dx](SwipeListenerEvent.md#dx) - [dy](SwipeListenerEvent.md#dy) - [ex](SwipeListenerEvent.md#ex) - [ey](SwipeListenerEvent.md#ey) - [sx](SwipeListenerEvent.md#sx) - [sy](SwipeListenerEvent.md#sy) ## Properties ### absX • **absX**: `number` #### Defined in [createSwipeHandlers.ts:12](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L12) ___ ### absY • **absY**: `number` #### Defined in [createSwipeHandlers.ts:13](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L13) ___ ### direction • **direction**: [`SwipeDirection`](../modules.md#swipedirection) #### Defined in [createSwipeHandlers.ts:14](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L14) ___ ### dx • **dx**: `number` #### Defined in [createSwipeHandlers.ts:10](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L10) ___ ### dy • **dy**: `number` #### Defined in [createSwipeHandlers.ts:11](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L11) ___ ### ex • **ex**: `number` #### Defined in [createSwipeHandlers.ts:8](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L8) ___ ### ey • **ey**: `number` #### Defined in [createSwipeHandlers.ts:9](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L9) ___ ### sx • **sx**: `number` #### Defined in [createSwipeHandlers.ts:6](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L6) ___ ### sy • **sy**: `number` #### Defined in [createSwipeHandlers.ts:7](https://github.com/daysnap/utils/blob/9ced15e/src/createSwipeHandlers.ts#L7)