An event triggered by scrolling.
class Scroll { constructor(routerEvent: NavigationEnd | NavigationSkipped, position: [number, number] | null, anchor: string | null): Scroll; readonly type: EventType.Scroll; toString(): string;}
Scroll
NavigationEnd | NavigationSkipped
[number, number] | null
string | null
EventType.Scroll
string