Signed-off-by: z30053788 <zhaobaoxin1@huawei.com>
Change-Id: I34a0f8cd46819583aa7c2222cc88ba286e120f68
This commit is contained in:
z30053788 2024-05-21 10:04:36 +08:00
parent e5773f7d10
commit 458543d883

View File

@ -104,6 +104,15 @@ export interface CommonEventData {
* @atomicservice
* @since 11
*/
/**
* The custom result data of the common event.
*
* @type { ?string }
* @syscap SystemCapability.Notification.CommonEvent
* @crossplatform
* @atomicservice
* @since 12
*/
data?: string;
/**