Skip to content

Commit

Permalink
refactor: update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
antv authored and Aarebecca committed Nov 26, 2024
1 parent ef0400b commit 5f66ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/g6/src/runtime/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export class Graph extends EventEmitter {
* <zh/> 获取插件实例
*
* <en/> Get plugin instance
* @param key - <zh/> 插件 key | <en/> plugin key
* @param key - <zh/> 插件 key(在配置 plugin 时需要手动传入指定) | <en/> plugin key(need to be specified manually when configuring plugin)
* @returns <zh/> 插件实例 | <en/> plugin instance
* @remarks
* <zh/> 一些插件提供了 API 方法可供调用,例如全屏插件可以调用 `request` 和 `exit` 方法来请求和退出全屏
Expand Down

0 comments on commit 5f66ec8

Please sign in to comment.