Skip to content

Commit

Permalink
chore: add @remarks on onInfiniteScrollEnd function
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed May 7, 2024
1 parent a4425ea commit 092566a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
/**
* It emits an {@link SearchXEvents.UserReachedResultsListEnd} event.
*
* @remarks This function is going to be executed when the observer
* is fired in {@link infiniteScroll}.
*
* @internal
*/
const onInfiniteScrollEnd = (): void => {
Expand Down

0 comments on commit 092566a

Please sign in to comment.