mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 17:31:12 +00:00
picker 新增接口参数
Signed-off-by: mazongzhi <mazongzhi@huawei.com>
This commit is contained in:
parent
e5cb5b8d29
commit
d65f5335a6
20
api/@ohos.file.photoAccessHelper.d.ts
vendored
20
api/@ohos.file.photoAccessHelper.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user