mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
commit
3505766b68
18
api/@ohos.screenshot.d.ts
vendored
18
api/@ohos.screenshot.d.ts
vendored
@ -293,6 +293,24 @@ declare namespace screenshot {
|
||||
* @since 8
|
||||
*/
|
||||
displayId?: number;
|
||||
/**
|
||||
* The capture action is need notification.
|
||||
*
|
||||
* @type { ?boolean }
|
||||
* @syscap SystemCapability.WindowManager.WindowManager.Core
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 14
|
||||
*/
|
||||
isNotificationNeeded?: boolean;
|
||||
/**
|
||||
* The capture action is need pointer.
|
||||
*
|
||||
* @type { ?boolean }
|
||||
* @syscap SystemCapability.WindowManager.WindowManager.Core
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 14
|
||||
*/
|
||||
isPointerNeeded?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user