提交 af366d8e 编写于 作者: Z zhaolinglan

modify description

Signed-off-by: Nzhaolinglan <zhaolinglan@huawei.com>
上级 09789fd2
......@@ -726,7 +726,7 @@ inputMethodEngine.getKeyboardDelegate().off('keyDown', (keyEvent) => {
});
```
### on('keyEvent')
### on('keyEvent')<sup>10+</sup>
on(type: 'keyEvent', callback: (event: InputKeyEvent) => boolean): void
......@@ -752,7 +752,7 @@ inputMethodEngine.getKeyboardDelegate().on('keyEvent', (keyEvent) => {
});
```
### off('keyEvent')
### off('keyEvent')<sup>10+</sup>
off(type: 'keyEvent', callback?: (event: InputKeyEvent) => boolean): void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册