EarthSDK
官网
对象索引
详细搜索
正在准备搜索索引...
earthsdk3
WidgetEventInfo
类型别名 WidgetEventInfo
小部件事件信息类型定义
type
WidgetEventInfo
=
{
add
?:
{
children
?:
string
[]
;
mousePos
?:
[
number
,
number
]
}
;
type
:
|
"leftClick"
|
"rightClick"
|
"mouseEnter"
|
"mouseLeave"
|
"childMouseLeave"
|
"childMouseEnter"
;
}
索引
属性
add?
type
属性
可选
add
add
?:
{
children
?:
string
[]
;
mousePos
?:
[
number
,
number
]
}
附加信息
type
type
:
|
"leftClick"
|
"rightClick"
|
"mouseEnter"
|
"mouseLeave"
|
"childMouseLeave"
|
"childMouseEnter"
事件类型
显示设置
成员可见性
继承
配色
自动
浅色
深色
目录
属性
add
type
官网
对象索引
详细搜索
EarthSDK
加载中……
小部件事件信息类型定义