Skip to content

Commit

Permalink
docs: 更新文档全局组件事件的内容
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Oct 21, 2022
1 parent 15d7736 commit ad3576e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/zh/base/com-events.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# 全局组件事件

每个组件都有这两个事件

| 事件名 | 说明 | 类型 |
| ------ | ---------------------------------------- | -------------------------------------------------------------------------- |
| initd | 组件初始化后,调用的方法,返回一个地图实例 | `{ map: BmapGL }` |
| unload | 组件卸载时会调用此方法 | `(event: { type: string, target: any, pixel: Pixel, point: Point }): void;` |
每个组件都有这两个事件。如果该组件库提供的功能不能满足开发需求,则可以通过`initd`事件暴露百度地图实例来自由的使用。

| 事件名 | 说明 | 类型 |
| ------ | ------------------------------------------ | ----------------- |
| initd | 组件初始化后,调用的方法,返回一个地图实例 | `{ map: BmapGL }` |
| unload | 组件卸载时会调用此方法 | |

0 comments on commit ad3576e

Please sign in to comment.