update api/@ohos.app.ability.dialogSession.d.ts.

Signed-off-by: 夏良伟 <xialiangwei1@huawei.com>
This commit is contained in:
夏良伟 2024-07-04 12:24:38 +00:00 committed by Gitee
parent b92dfc0f1c
commit 5a1154bd36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -133,7 +133,7 @@ declare namespace dialogSession {
visible: boolean;
/**
* The index of the bundle
* Index of an application clone. It takes effect only for cloned applications.
*
* @type { number }
* @syscap SystemCapability.Ability.AbilityRuntime.Core
@ -144,7 +144,7 @@ declare namespace dialogSession {
appIndex: number;
/**
* The MultiAppMode object of the bundle
* The mode of the multi-application.
*
* @type { MultiAppMode }
* @syscap SystemCapability.Ability.AbilityRuntime.Core