From d65f5335a61b91217d06cd5441ebd1ac42a1e8fe Mon Sep 17 00:00:00 2001 From: mazongzhi Date: Sat, 22 Jun 2024 15:33:50 +0900 Subject: [PATCH] =?UTF-8?q?picker=20=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mazongzhi --- api/@ohos.file.photoAccessHelper.d.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/api/@ohos.file.photoAccessHelper.d.ts b/api/@ohos.file.photoAccessHelper.d.ts index ce0b01bb3..2bb38add2 100644 --- a/api/@ohos.file.photoAccessHelper.d.ts +++ b/api/@ohos.file.photoAccessHelper.d.ts @@ -3524,6 +3524,26 @@ declare namespace photoAccessHelper { * @since 12 */ isOriginalSupported?: boolean; + + /** + * SubWindowName + * + * @type { ?string } + * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core + * @atomicservice + * @since 12 + */ + subWindowName?: string; + + /** + * Theme color + * + * @type { ?CustomColors } + * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core + * @systemapi + * @since 12 + */ + themeColor?: CustomColors; } /**