当前位置: 首页 > 文档资料 > Tabris 中文文档 >

Popup(弹出窗)

优质
小牛编辑
127浏览
2023-12-01

继承自 NativeObject

所有弹出式UI元素(pop-ups)的基类。弹出式UI元素比所有其他UI的层级都高,但不属于控件。某些弹出式UI只能弹出一次。

通过 “const {Popup} = require('tabris');” 引入该类

方法

close()

返回值: this

隐藏弹出窗。

open()

返回值: this

显示弹出窗。