mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
API Lint整改
Signed-off-by: chenjunxiang <chenjunxiang4@huawei.com> Change-Id: I66fe687029c9b143122671771a7d8247954e5e2c
This commit is contained in:
parent
0b2f8e03dc
commit
414c8ecd55
2
api/@ohos.pluginComponent.d.ts
vendored
2
api/@ohos.pluginComponent.d.ts
vendored
@ -587,11 +587,11 @@ declare namespace pluginComponentManager {
|
||||
* Plugin component request event callback.
|
||||
*
|
||||
* @typedef { function } OnRequestEventCallback
|
||||
* @returns { RequestEventResult } Returns the RequestEventResult.
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
type OnRequestEventCallback = (source: Want, name: string, data: KVObject) => RequestEventResult;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user