Skip to main content

reset 重置列表

reset

类型: MethodDeclaration

所属类: ScriptMethodList

定义位置: event.ts

描述

重置列表

返回值:当前对象

返回值

类型: this

当前对象

源代码

位置: 第 769 行

public reset(): this {
this.count = 0
return this
}

文档生成时间:2025/7/7 12:07:06