From df546cae7b92c562d12b6ad769d4f5794f486bb5 Mon Sep 17 00:00:00 2001 From: huangji731 Date: Fri, 8 Nov 2024 07:24:29 +0000 Subject: [PATCH] update api/@ohos.screenshot.d.ts. Signed-off-by: huangji731 --- api/@ohos.screenshot.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/api/@ohos.screenshot.d.ts b/api/@ohos.screenshot.d.ts index af8e93fac..5f201b95a 100644 --- a/api/@ohos.screenshot.d.ts +++ b/api/@ohos.screenshot.d.ts @@ -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.