Scroll
Represents a scrolling event.
class Scroll {
constructor(routerEvent: NavigationEnd, position: [number, number], anchor: string)
routerEvent: NavigationEnd
position: [number, number] | null
anchor: string | null
toString(): string
}
Constructor
Parameters
|
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
ParametersThere are no parameters. Returns
|