UNPKG
laya-coreui-es
Version:
latest (0.0.2)
0.0.2
0.0.1
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
laya-coreui-es
/
build
/
es
/
layaAir
/
laya
/
ui
/
UIEvent.d.ts
15 lines
(14 loc)
•
327 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { Event }
from
"../events/Event"
;
/** * <code>UIEvent</code> 类用来定义UI组件类的事件类型。 */
export
declare
class
UIEvent
extends
Event
{
/** * 显示提示信息。 */
static
SHOW_TIP:
string
;
/** * 隐藏提示信息。 */
static
HIDE_TIP:
string
; }