!14866 API Lint整改

Merge pull request !14866 from chenjunxiang/20241121_master
This commit is contained in:
openharmony_ci 2024-11-22 03:15:42 +00:00 committed by Gitee
commit 244afc38ff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;
/**