antv-l7/docs/common/layer/layer_event.md

466 B

图层事件

inited 图层初始化

bool 可选 default: null

参数 option

  • target 当前 layer
  • type 事件类型

图层初始化完成后触发

layer.on('inited', (option) => {});

add 图层被添加

图层添加到 scene

参数 option

  • target 当前 layer
  • type 事件类型

remove 图层被移除

图层移除时触发

参数 option

  • target 当前 layer
  • type 事件类型