class Scroll { constructor(routerEvent: NavigationEnd, position: [number, number], anchor: string) routerEvent: NavigationEnd position: [...] anchor: string | null toString(): string }