add displayid in property

Signed-off-by: yangfei <yangfei110@huawei.com>
Change-Id: I25308132f63c4551e3a2da1450b2fc29925ae3ee
This commit is contained in:
yangfei 2024-08-12 16:03:10 +08:00
parent f17ce10d9c
commit 0aaa4072f6

10
api/@ohos.window.d.ts vendored
View File

@ -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;
}
/**