position-indicator
Version:
position indicator library
63 lines (34 loc) • 1.34 kB
Markdown
[positionIndicator](../README.md) / CallbackParams
# Interface: CallbackParams
## Table of contents
### Properties
- [eventDate](callbackparams.md#eventdate)
- [eventType](callbackparams.md#eventtype)
- [hasScroll](callbackparams.md#hasscroll)
- [hasUpdated](callbackparams.md#hasupdated)
- [position](callbackparams.md#position)
- [prevPosition](callbackparams.md#prevposition)
## Properties
### eventDate
• **eventDate**: *number*
Defined in: [index.ts:13](https://github.com/kunukn/position-indicator/blob/f248d85/src/index.ts#L13)
___
### eventType
• **eventType**: [*eventType*](../README.md#eventtype)
Defined in: [index.ts:11](https://github.com/kunukn/position-indicator/blob/f248d85/src/index.ts#L11)
___
### hasScroll
• **hasScroll**: *boolean*
Defined in: [index.ts:12](https://github.com/kunukn/position-indicator/blob/f248d85/src/index.ts#L12)
___
### hasUpdated
• **hasUpdated**: *boolean*
Defined in: [index.ts:10](https://github.com/kunukn/position-indicator/blob/f248d85/src/index.ts#L10)
___
### position
• **position**: *number*
Defined in: [index.ts:8](https://github.com/kunukn/position-indicator/blob/f248d85/src/index.ts#L8)
___
### prevPosition
• **prevPosition**: *number*
Defined in: [index.ts:9](https://github.com/kunukn/position-indicator/blob/f248d85/src/index.ts#L9)