modify js doc

Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
zhaolinglan 2023-06-25 16:29:40 +08:00
parent 12f923cc65
commit 7763a91f4f

View File

@ -1085,7 +1085,7 @@ declare namespace inputMethodEngine {
* Subscribe key event.
*
* @param { 'keyEvent' } type - indicates the type of subscribe event.
* @param { function } callback - optional, indicates the callback function of on('keyEvent').
* @param { function } callback - indicates the callback function of on('keyEvent').
* If the key is processed by event subscriber, callback should be return true, else return false.
* @syscap SystemCapability.MiscServices.InputMethodFramework
* @since 10