Skip to main content

resetFocuses 重置焦点

resetFocuses

类型: MethodDeclaration

定义位置: ui.ts

描述

重置焦点

返回值

类型: void

源代码

位置: 第 424 行

public resetFocuses(): void {
while (this.focuses.length !== 0) {
this.removeLatestFocus()
}
}

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