add displayNameId

Signed-off-by: Baisong Zhong <zhongbaisong@huawei.com>
Change-Id: Ied49ec61c48d72331358116ff65a75aec3b30a5b
This commit is contained in:
Baisong Zhong 2023-12-21 14:28:55 +08:00
parent bf5ce37d75
commit 8161073912

View File

@ -130,6 +130,16 @@ declare namespace formInfo {
*/
displayName: string;
/**
* Obtains the displayName id of this form.
*
* @type { number }
* @syscap SystemCapability.Ability.Form
* @atomicservice
* @since 11
*/
displayNameId: number;
/**
* Obtains the description of this form.
*