Skip to content

Commit

Permalink
Update api-reference-low-level.md
Browse files Browse the repository at this point in the history
  • Loading branch information
winily authored Nov 25, 2023
1 parent 41e5aec commit 50c8c49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/api-reference-low-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ const { ... } = core;

参考 [Font](#font) 字体参数。

### Page.registerTimeActions(actions: {[key: Number]: Function})

注册动作序列

#### actions 参数

序列对象

### Page.waitForFontsLoaded(timeout: number): Promise

等待字体加载完成。
Expand Down

0 comments on commit 50c8c49

Please sign in to comment.