mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
update api/@ohos.screenshot.d.ts.
Signed-off-by: huangji731 <huangji731@huawei.com>
This commit is contained in:
parent
5492d130c8
commit
df546cae7b
10
api/@ohos.screenshot.d.ts
vendored
10
api/@ohos.screenshot.d.ts
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user