This website requires JavaScript.
Explore
Help
Sign In
p90524618
/
antv-l7
mirror of
https://gitee.com/antv-l7/antv-l7
Watch
1
Star
0
Fork
You've already forked antv-l7
0
Code
Issues
Projects
Releases
Wiki
Activity
a96deddeb1
antv-l7
/
docs
/
common
/
layer
/
layer_event.md
466 B
Raw
Blame
History
图层事件
inited 图层初始化
bool
可选
default:
null
参数 option
target 当前 layer
type 事件类型
图层初始化完成后触发
layer
.
on
(
'inited'
,
(
option
)
=>
{});
add 图层被添加
图层添加到 scene
参数 option
target 当前 layer
type 事件类型
remove 图层被移除
图层移除时触发
参数 option
target 当前 layer
type 事件类型