Interface: ScrollSeekConfiguration
Properties
enter
• enter: ScrollSeekToggle
Callback to determine if the list should enter "scroll seek" mode.
change
• Optional
change: (velocity
: number
, range
: ListRange
) => void
called during scrolling in scroll seek mode - use to display a hint where the list is.
Type declaration
▸ (velocity
, range
): void
Parameters
Name | Type |
---|---|
velocity | number |
range | ListRange |
Returns
void
exit
• exit: ScrollSeekToggle
Callback to determine if the list should exit "scroll seek" mode.