Scroll

Represents a scrolling event.

表示一个滚动事件。

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

构造函数

constructor(routerEvent: NavigationEnd, position: [number, number] | null, anchor: string | null)

参数

routerEvent

Type: NavigationEnd.

position

Type: [number, number] | null.

anchor

Type: string | null.

属性

属性名类型说明
routerEvent只读 声明于构造函数中
position只读 声明于构造函数中
anchor只读 声明于构造函数中

方法

toString(): string

参数

没有参数。

返回值

string