API 参考ui 模块hide 隐藏元素On this pagehide 隐藏元素hide 类型: MethodDeclaration 所属类: TextBoxElement 定义位置: ui.ts 描述 隐藏元素 返回值:当前元素 返回值 类型: this 当前元素 源代码 位置: 第 3304 行 public hide(): this { if (this.visible) { this.visible = false } return this } 文档生成时间:2025/7/7 12:07:07