On this page
Scroll
class
An event triggered by scrolling.
class Scroll {
constructor(routerEvent: NavigationEnd, position: [number, number], anchor: string)
routerEvent: NavigationEnd
position: [number, number] | null
anchor: string | null
toString(): string
}
Constructor
|
routerEvent |
NavigationEnd |
|
position |
[number, number] |
|
anchor |
string |
Properties
Property | Description |
---|---|
routerEvent: NavigationEnd |
Read-Only Declared in Constructor |
position: [number, number] | null |
Read-Only Declared in Constructor |
anchor: string | null |
Read-Only Declared in Constructor |
Methods
toString()
|
---|
|
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/Scroll