Scroll
Class
stable
An event triggered by scrolling.
API
class Scroll { constructor(routerEvent: NavigationEnd | NavigationSkipped, position: [number, number] | null, anchor: string | null, scrollBehavior?: "manual" | "after-transition" | undefined): Scroll; readonly type: EventType.Scroll; toString(): string;}
constructor
Scroll@paramposition
[number, number] | null@paramanchor
string | null@paramscrollBehavior
"manual" | "after-transition" | undefined@returns
Scrolltype
EventType.ScrolltoString
string@returns
stringJump to details