mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
add displayid in property
Signed-off-by: yangfei <yangfei110@huawei.com> Change-Id: I25308132f63c4551e3a2da1450b2fc29925ae3ee
This commit is contained in:
parent
f17ce10d9c
commit
0aaa4072f6
10
api/@ohos.window.d.ts
vendored
10
api/@ohos.window.d.ts
vendored
@ -1515,6 +1515,16 @@ declare namespace window {
|
||||
* @since 12
|
||||
*/
|
||||
id: number;
|
||||
|
||||
/**
|
||||
* display id.
|
||||
*
|
||||
* @type { ?number }
|
||||
* @syscap SystemCapability.WindowManager.WindowManager.Core
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
displayId?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user