!14573 添加截屏选项

Merge pull request !14573 from huangji731/master
This commit is contained in:
openharmony_ci 2024-11-11 06:17:44 +00:00 committed by Gitee
commit 3505766b68
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -293,6 +293,24 @@ declare namespace screenshot {
* @since 8
*/
displayId?: number;
/**
* The capture action is need notification.
*
* @type { ?boolean }
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 14
*/
isNotificationNeeded?: boolean;
/**
* The capture action is need pointer.
*
* @type { ?boolean }
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @since 14
*/
isPointerNeeded?: boolean;
}
}