update api/@ohos.screenshot.d.ts.

Signed-off-by: huangji731 <huangji731@huawei.com>
This commit is contained in:
huangji731 2024-11-08 07:24:29 +00:00 committed by Gitee
parent 5492d130c8
commit df546cae7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -217,9 +217,17 @@ declare namespace screenshot {
* @interface ScreenshotOptions
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @atomicservice
* @since 7
*/
/**
* Describes screenshot options.
*
* @interface ScreenshotOptions
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @atomicservice
* @since 14
*/
interface ScreenshotOptions {
/**
* Region of the screen to capture. If this parameter is null, the full screen will be captured.